# Select
Better select widgets in vanilla javascript.
The code is intentionally very simple and close to browser defaults.
## Usage
```html
```
# Mobile support
This library does work on mobile. However, select usability on mobile is
usually far superior to that on desktop. Therefore it is recommended to only
use this on desktop.
## Roadmap
- allowClear
## Inspiration
- [select2](https://select2.org/)
- [downshift](https://www.downshift-js.com/)
- [react-select](https://react-select.com)
- [tagger](https://github.com/jcubic/tagger/)
- [tom-select.js](https://tom-select.js.org/)
- [WAI-ARIA combobox](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/)
- [`