react-typeahead
react-typeahead copied to clipboard
Select on enter key if the text match an option (no need to select with the down arrow key)
Would you want an exact match or just if there is 1 result in the suggestion list?
If the former, this seems reasonable. If the latter, there are some use cases this would break if not implemented correctly.
+1 for selecting on enter when an exact match exists.