Download This Plugin Back To jQueryScript
A jQuery plugin that adds search, multiple selection, and tag-style displays to HTML select elements. Tailwind CSS styling included.
$('#basicSelect').ioSelect();
null
$('#multiSelect').ioSelect({ placeholder: 'Select colors', searchPlaceholder: 'Search colors...' });
[]
$('#customSelect').ioSelect({ placeholder: 'Select country', searchPlaceholder: 'Search country...', noResultsText: 'No country found' });
null
$('#noSearchSelect').ioSelect({ searchable: false, placeholder: 'Select month' });
null