Evo-Forge / Essence

Essence - The Essential Material Design Framework
MIT License
416 stars 51 forks source link

[essence-input] Choose either controlled or uncontrolled #52

Closed sntran closed 8 years ago

sntran commented 8 years ago

essence-input component sets both value and defaultValue properties to React's input component. This is not supported (per https://github.com/facebook/react/issues/5819) and raises a warning on React.js v15.0. Please consider use one or the other, but not both.

hetmann commented 8 years ago

I tried React v.15 with some of the components and there is a need for refactoring. There is an issue #51 to upgrade to react v.15

hetmann commented 8 years ago

@sntran the issue is fixed.