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