Skip to content

Inline arrow key navigation in Input & Textarea not working (Table) #3661

Discussion options

You must be logged in to vote

Hello @ali-shafi-hff. I had the same issue as your. After some investigation I noticed that this issue has been resolved by nextui on the latest minor update v.2.6.0. These are the changes https://nextui.org/blog/v2.6.0. On the Table component, they have added isKeyboardNavigationDisabled attribute which is basically disables keyboard navigation in tables. Here is How I am using it and it fixes the issue

<Table
   ...
   classNames={{
     ...
   }}
   isKeyboardNavigationDisabled
>
    ...
    ...
</Table>

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ali-shafi-hff
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ali-shafi-hff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants