Issues with Keyboard Nav for React ComboBox #1383
Unanswered
wherewego-nina
asked this question in
Help
Replies: 2 comments 1 reply
-
I'm on version |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey Brian,
For me, it actually was working. I just didn’t have any of the “active” or
“selected” styles in place. once i did that, it was working as expected.
I was expecting the “active” items to appear focused but i think it works a
little differently.
On Thu, May 19, 2022 at 11:08 PM Brian Lovin ***@***.***> wrote:
I'm on version 1.6.2 and experiencing the same — even copy/pasting the
default setup from the docs results in an element that doesn't work with
the arrow keys.
—
Reply to this email directly, view it on GitHub
<#1383 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY3HMM6YPMBUMMN6AQTSQH3VK363TANCNFSM5UWXM4CQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
--
* Nina Horne - Director of Web Development*
wherewego.org
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have NextJS application that utilizes some of the headlessui react components. I am implementing a ComboBox and a List box and the keyboard navigation and interaction as specified in the documentation is not working. Is there anything else I need to set up for this to work?
I'm using v. 1.6.0.
here is my code for the combobox:
Specifically, the up down arrows are not cycling through options.
Beta Was this translation helpful? Give feedback.
All reactions