Tab with custom as
component does not allow keyboard switching?
#2666
Replies: 1 comment
-
Nevermind, I didn't realize I needed for Would be good to add a note about this in the docs for anything that has an |
Beta Was this translation helpful? Give feedback.
0 replies
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 a
Tabs
component wrapping HUI's, and it looks like this:I'm using my own custom
<Button>
component for the tab button for visual consistency, and not having to duplicate styles. But when I do this, focusing a button and pressing the arrow keys does nothing. Here's the button component:I would assume HUI is passing down the appropriate keyboard listeners and such. In fact, console logging the props the button components receives, it seems to get everything it would theoretically need...

Am I doing something wrong, is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions