prometheusresearch-archive / react-forms

Forms library for React.
1.16k stars 112 forks source link

Warning: `value` prop on `input` should not be null. Consider using the empty string to clear the component or `undefined` for uncontrolled components. #136

Open dftpnd opened 8 years ago

dftpnd commented 8 years ago

Warning: value prop on input should not be null. Consider using the empty string to clear the component or undefined for uncontrolled components.

after remove input value

yannisgu commented 8 years ago

Related to this: to clear the last char you need to press two-times on backspace