react-select-plus
react-select-plus copied to clipboard
Search input clears on selection
Steps to replicate:
- Go to the example page
- Type "south" in the "States" example
- Press Enter to select "New South Wales"
- Tab out and back in
After these steps, the search input is clear. By contrast, on the react-select example page, the search query "south" is shown again in the input when you tab back into it. I'm not sure yet what's causing the discrepancy.