react-abstract-autocomplete
react-abstract-autocomplete copied to clipboard
AutoComplete is changing an uncontrolled input to be controlled
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.