Boxed MultiselectThese are the Boxed Multiselect examples
| Activates your content as a multiselect. | |
Select with preselected options: <option value="elem_3" selected>elem 3</option> |
|
| The event handler gets the selected option as first parameter and a variable saying whether the option is checked or not as second one. | |
| Option groups are detected automatically and for each option group an header element is added | |
You can also deactivate option one by one by adding disabled attribute to each option you want to disable <option value='fuu' disabled='disabled'>bar</option> |
|
| This option add a header to the multiselect box. | |
| Adds a search bar to filter options |