React Select as Search box with Clearable button without a selection
How do I use react-select to make a search box? It will not be bound to selected data, so there's no value property. It will have an X button for clearing the inputValue. It needs to work on desktop and mobile devices and it can't have that bug from the expanding input that makes clicking to the right of the text not put the cursor where it should be at the end.