rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
2017-12-05T17:29:12.000404Z

guys probably been answered before but how do i reset form of controlled components so the internal state is reset?

2017-12-05T18:10:09.000158Z

if components are controlled just reset the model and DOM will follow

2017-12-05T18:10:21.000438Z

or are you talking about uncontrolled @firstclassfunc?

2017-12-05T19:42:27.000113Z

hey @tonsky When I use cljs-react-material-ui components and I control their state even when I clear the cursor text-boxes persist

2017-12-05T20:37:45.000183Z

I’m sorry to hear that

2017-12-05T20:44:34.000458Z

you use :value right? :value == controlled, :default-value == uncontrolled

2017-12-05T20:44:51.000635Z

https://reactjs.org/docs/forms.html

sova-soars-the-sora 2017-12-05T22:57:35.000277Z

Hi! I keep getting this weird error

sova-soars-the-sora 2017-12-05T22:57:45.000153Z

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.

sova-soars-the-sora 2017-12-05T23:01:23.000209Z

How can I make sure my react keys are unique