-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - Accordion prevents <Input/> or <Textarea/> children from working correctly #1608
Comments
Fixed, install the latest version |
@jrgarciadev The same problem still happens for |
It seems we are not able to use Arrows Keys (Up and Down) when using TextArea inside an Accordion. I forked @samosaboy sandbox and upgraded to lastest NextUI version. Please enter at least two lines in a Textarea to test. And the same applies to any other control inside an Accordion, in my case I was using TipTap. |
I am temporarily doing this as a workaround:
|
NextUI Version
2.1.12
Describe the bug
When using
<Accordion>
and<AccordionItem>
, if the nested children are of<Input />
or<Textarea />
type, their input commands are not registered. For example, you are unable to use the "Spacebar" key and most punctuations.Your Example Website or App
https://codesandbox.io/s/morning-firefly-yscnvz?file=/src/App.js
Steps to Reproduce the Bug or Issue
Expected behavior
As a user, I expect input and textarea to function regularly and as expected when inside the accordion.
Screenshots or Videos
No response
Operating System Version
macOS
Browser
Opera
The text was updated successfully, but these errors were encountered: