Gabe

Results 6 comments of Gabe

I also ran into this myself recently. I can definitely see it causing confusion as it threw me off for a quick second when I encountered it. It could also...

> Try setting the **isKeyboardNavigationDisabled** prop on the Table component, worked for me! [@ASYSTEMS-MGUEY](https://github.com/ASYSTEMS-MGUEY) [@imwithye](https://github.com/imwithye) I tried this and it does not work.

I am having the same issue, I would like to be able to use an `` within a selectable

@Harsh9466 Your solution worked and I can type inside Input fields except for spaces. I could not type a space into these `` fields inside a selectable table due to...

Hi, and thanks for your response @wingkwong. I am just using a very simple implementations of throughout my project and I still see the same issue. Here is an example...

> > I fixed it by removing onMenuOpenChange={setIsMenuOpen} from Navbar component and adding the press event handler directly to the NavbarMenuToggle component like this: > > setIsMenuOpen(!isMenuOpen)} aria-label={isMenuOpen ? "Close...