react-forms icon indicating copy to clipboard operation
react-forms copied to clipboard

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

Open dftpnd opened this issue 8 years ago • 1 comments

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

dftpnd avatar May 29 '16 09:05 dftpnd

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

yannisgu avatar Sep 20 '16 06:09 yannisgu