Just add data-role="tagsinput"
to your input field to automatically change it to a tags input field.
Use a <select multiple />
as your input element for a tags input, to gain true multivalue support.
Instead of a comma separated string, the values will be set in an array. Existing <option />
elements will automatically be set as tags. This makes it also possible to create tags containing a comma.
Add an attribute
data-plugin="switchery" data-color="@colors"
to your input element and it will be converted into switch.
Add an attribute
data-size="small",data-size="large"
to your input element and it will be converted into switch.
Add an attribute
data-color="@color" data-secondary-color="@color"
to your input element and it will be converted into switch.
Use a
<select multiple />
as your input element for a tags input, to gain true multivalue support.
Use a
<select multiple />
as your input element for a tags input, to gain true multivalue support.
Use a
<select multiple />
as your input element for a tags input, to gain true multivalue support.
Use the button classes on an <a>
, <button>
, or <input>
element.
You can limit the number of elements you are allowed to select via the
data-max-option
attribute. It also works for option groups.
The datepicker is tied to a standard form input field. Click on the input to open an interactive calendar in a small overlay. Click elsewhere on the page or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.