radix-ui / primitives

Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
https://radix-ui.com/primitives
MIT License
15.93k stars 833 forks source link

Input space key doesn't work when inside Dropdown.Trigger #3098

Open rus-from-meiro opened 2 months ago

rus-from-meiro commented 2 months ago

Discussed in https://github.com/radix-ui/primitives/discussions/3084

Originally posted by **rus-from-meiro** August 23, 2024 ``` return ( ) ``` The space key for the input in the code above does not work. This issue is preventing our users from writing two word searches for the drop-down. In the example I removed the internal logic to make sure the bug is not related to our own code. "@radix-ui/react-dropdown-menu": "2.1.1", "react": "^18.3.1",