-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
arrow keys wrap around #57
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I like this, but could this be done via a prop? Radix uses the |
@peduarte you mean make it optional based on a |
Let's add an optional |
Yeah, I meant an optional |
|
very nice |
Allows the arrow keys to wrap around, so when you press "up" from the input you end up at the bottom item, and when you press down while the last item is selected, it wraps around back to the first item in the list.
Fixes #56.