-
Notifications
You must be signed in to change notification settings - Fork 329
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
example page bug #276
Comments
Do you mean when you open the select you can use arrow keys? I'm not sure how to get around that still give the input focus. |
I think it would be OK if the input looses focus when the user is stepping through the results. So, basically it would a likely scenario that initially the user used the input to narrow down the result set, and then used the arrow keys to get down to the desired entry. |
Anyways, In the meantime I have implemented a temporary solution. Here is the code below. Let me know if you come up with a better way. Thanks!
}); |
Ah, so I was afraid this was going to happen, and this is totally our fault. The search select on our example page is purely to show off the power of our API. It's not an official DK select. So I think what we're going to do is remove that select from the example page and bring it back when I complete #274 with better messaging. |
When using "searchable" example, arrow keys (up/down) are not working.
Please fix.
Thanks,
The text was updated successfully, but these errors were encountered: