osjs-gui icon indicating copy to clipboard operation
osjs-gui copied to clipboard

Custom `<select>` element implementation (`DropdownField`)

Open andersevenrud opened this issue 5 years ago • 1 comments

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

andersevenrud avatar Jun 01 '20 21:06 andersevenrud

Yay!

hello-smile6 avatar Nov 29 '20 21:11 hello-smile6