osjs-gui
osjs-gui copied to clipboard
Custom `<select>` element implementation (`DropdownField`)
Sine the standard <select> DOM element has browser specific behavior and styling, it would be better to have a custom implementation.
- [ ] Use
<input type="text" />as base - [ ] Dropdown with options
- [ ] Keybindings for navigating options
- [ ] Blur event to make dropdown disappear when no longer focused
Yay!