Enhanced Select Box Examples
A plain JavaScript library that enhances the default select box with live search, multi-select, and autocomplete capabilities.
Single Select Example
Turns ...
Into...
Multi-select boxes (pillbox)
Select also supports multi-value select boxes. The select below is declared with the multiple
attribute.
Similar to native autocomplete
This widget uses the native <datalist>
element.