You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having Input inside the AccordionItem component, the use of the "white space key" (Spacebar) triggers the event listener assigned to the accordion itself, rather than allowing for standard text input in fields within the accordion.
NextUI Version
2.2.9
Describe the bug
If a
Textarea
component is rendered as a child of anAccordionItem
a user is unable to use up/down arrow keys in theTextarea
Your Example Website or App
https://codesandbox.io/p/devbox/sharp-wildflower-knr8fv?file=%2FApp.jsx%3A17%2C5
Steps to Reproduce the Bug or Issue
Expected behavior
A user should be able to use up/down arrow keys to move their text cursor inside the
Textarea
Screenshots or Videos
No response
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: