"A component is changing an uncontrolled input to be controlled" warning for Input box but not Textarea? #3381
Unanswered
bassamanator
asked this question in
Q&A
Replies: 2 comments 1 reply
-
To remove this warning, pass an initial value to |
Beta Was this translation helpful? Give feedback.
1 reply
-
@johnrom Thanks for the reply. The issue is that this is a dynamic form, there are I will try to reproduce the pattern you posted on the issue I created. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using chakra components Input and Textarea. For some reason, I get this error in the console when I type into the Input box and NOT when I type into the Textarea. Validation and submission work however.
I've followed the official docs here. What am I doing wrong?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions