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

A component is changing an uncontrolled input of type text to be controlled

Open rap2hpoutre opened this issue 5 years ago • 0 comments

On SearchBox:

A component is changing an uncontrolled input of type text to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://fb.me/react-controlled-components

rap2hpoutre avatar Apr 24 '19 09:04 rap2hpoutre