DEV Community

Discussion on: Creating A Custom, Accessible Drop Down

Collapse
 
surajsharma profile image
Suraj Sharma

hmmm interesting but what if you want it to be searchable?

Collapse
 
emmabostian profile image
Emma Bostian ✨

That would be a combobox, not a select dropdown.

Collapse
 
niorad profile image
Antonio Radovcic • Edited

You can add a search-field as first LI and add some JS to filter out the other LIs by its value.