Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
ons-input
-
An input element. The
type
attribute can be used to change the input type. All text input types as well ascheckbox
andradio
are supported. The component will automatically render as a Material Design input on Android devices. Most attributes that can be used for a normal<input>
element can also be used on the<ons-input>
element.Click here to see the original article
-
Use
$('#myOnsenInputCheckBox').prop('checked')
to check the status of a checkbox
-
underbar allway display on mobile although set modifier attribute. How to disable it. Thank all very much.
-
@ngocthuan Can you post and start a new thread with some code so we can work on your problem?
-
ons-input is taking a white background. how can i make it transparent?
-
Hello, how to set input controls as datepicker? I wrote inside:
type=“date” but after run this control shows text: dd.mm.gggg underlined, and if I click on it then appears calendar where is possbile to pick a day. After that finally date text appears as expected. How to set initially system date? Thanks