Skip to content

Single Select Examples

Basic Single Select

A minimal single-select dropdown:

Searchable Select

Enable filtering with data-searchable:

Clearable Select

Allow the user to clear the selection:

With Optgroups

Organize options into groups:

Pre-Selected Value

Start with a value already selected:

Disabled Options

Prevent selection of specific options:

Combining multiple features:

Listening for Changes

Handle selection changes with JavaScript:

MIT Licensed