cerebral-legacy / cerebral-module-forms

Form handling for Cerebral
http://cerebral-website.herokuapp.com/documentation/cerebral-module-forms
MIT License
12 stars 5 forks source link

React 15 warnings #15

Closed edgesoft closed 8 years ago

edgesoft commented 8 years ago

React 15 complains about controlled and uncontrolled inputs. We can not have defaultValue and value in the inputs. Since cerebral is controlling the input we should remove defaultValue from the demo so we don't get all the warnings in the console.