guys probably been answered before but how do i reset form of controlled components so the internal state is reset?
if components are controlled just reset the model and DOM will follow
or are you talking about uncontrolled @firstclassfunc?
hey @tonsky When I use cljs-react-material-ui components and I control their state even when I clear the cursor text-boxes persist
I’m sorry to hear that
you use :value
right? :value
== controlled, :default-value
== uncontrolled
Hi! I keep getting this weird error
f9.js:3652 Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of tags-tree
. See https://fb.me/react-warning-keys for more information.
How can I make sure my react keys are unique