Selecting the first result on enter key press is a common need in the autocomplete component. After much searching, I discovered that this library provides the feature with the selectFirstOnEnter prop. However it appears nowhere in the docs that I can tell.
Selecting the first result on enter key press is a common need in the autocomplete component. After much searching, I discovered that this library provides the feature with the selectFirstOnEnter prop. However it appears nowhere in the docs that I can tell.
I would love to see the prop described and an example added to the docs for the component here