-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support arrow navigation #206
Comments
Oh, thank you for quick response. It "kinda" works, but:
Both of those behaviours are unintuitive, that even me as developer didn't explore it. |
you just need to Tab out of the filter, I don't see a problem doing that since that is the "correct way" to focus out of a form input
I would suggest you contribute to the project because I'm not expecting to work on this, at least not at the moment |
- fixes #206 - previous tabIndex implementation required to use arrow to go up/down the list OR use filter (when enabled) BUT not both at the same time, this new implementation is more UX friendly and is typically what most user will want which is to keep filter in focus but also allow to use up/down arrow at the same time - also change selection and checkbox to use default primary color
#213) * feat!: replace arrow up/down direction tabIndex by highlight, fix #206 - fixes #206 - previous tabIndex implementation required to use arrow to go up/down the list OR use filter (when enabled) BUT not both at the same time, this new implementation is more UX friendly and is typically what most user will want which is to keep filter in focus but also allow to use up/down arrow at the same time - also change selection and checkbox to use default primary color
Clear and concise description of the problem
Thank you for this awesome library. But one thing that makes it unusable for our use case is missing arrow navigation in opened popup.
Suggested solution
It can be implemented.
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: