Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom <select> element implementation (DropdownField) #30

Open
4 tasks
andersevenrud opened this issue Jun 1, 2020 · 1 comment
Open
4 tasks

Custom <select> element implementation (DropdownField) #30

andersevenrud opened this issue Jun 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@andersevenrud
Copy link
Member

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 andersevenrud added the enhancement New feature or request label Jun 1, 2020
@andersevenrud andersevenrud changed the title Custom <select> element implementation Custom <select> element implementation (DropdownField) Jun 1, 2020
@hello-smile6
Copy link

Yay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants