React-Select as optional auto complete field

Viewed 52

Is there a way to use React-Select as an optional auto complete field? I mean something like this..

  1. If user selects a value from the dropdown options, the value is the option value (or label)
  2. If user doesn't select an option and has typed something in the input field, that text is the value.
  3. If user neither selects an option nor types anything, the value is empty.
0 Answers
Related