react-abstract-autocomplete icon indicating copy to clipboard operation
react-abstract-autocomplete copied to clipboard

AutoComplete is changing an uncontrolled input to be controlled

Open goto-bus-stop opened this issue 8 years ago • 0 comments

Warning: AutoComplete is changing an uncontrolled input of type undefined 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.

Not sure why this happens. Should make sure that the base input is always controlled by AutoComplete.

goto-bus-stop avatar Sep 11 '16 11:09 goto-bus-stop