Is there a way to use React-Select as an optional auto complete field? I mean something like this..
- If user selects a value from the dropdown options, the value is the option value (or label)
- If user doesn't select an option and has typed something in the input field, that text is the value.
- If user neither selects an option nor types anything, the value is empty.