NathanAP / vue-google-maps-community-fork

The community fork for Vue Google Maps library
https://vue-google-maps-community-fork.netlify.app
MIT License
108 stars 33 forks source link

Document selectFirstOnEnter prop of GMapAutocomplete #106

Open kathartog opened 4 months ago

kathartog commented 4 months ago

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