Steps to reproduce:
- Click to focus select box.
- Begin typing something random like "fooarglebargle" to get "No Results Found"
- Hit the tab key.
Observed: Dropdown (with the text "No Results Found") is still displayed and the next input in the form is focused.
Expected: Select remains focused and dropdown is hidden as it is when you hit the tab key on an existing option value. The select's initial value should be preserved.
(Great component, overall. Thanks for sharing it!)