-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
form inputs instantly close Collapsible. #231
Comments
Hmm... Unfortunately, I can't reproduce it on jsfiddle. Figures. I wonder if it's something to do with reactstrap... |
If it helps, here's where I'm having the problem:
If I remove "value={foo[key]}" then it works fine. But if it's in there, it instantly closes on any keystroke in an input field. |
Thank you so much for your post. I wanted to use this package for a formular as well. Question: Thanks in advance! |
I have a form that appears when the Collapsible is opened. The Collapse is instantly closed whenever any key is pressed in any field. This makes filling out a collapsible form impossible.
My field inputs use a simple onChange handler, so it's unclear why any keystroke triggers the Collapsible to close.
Is this expected behavior?
Thank you!
The text was updated successfully, but these errors were encountered: