mapbox / mapbox-gl-geocoder

Geocoder control for mapbox-gl-js using Mapbox Geocoding API
https://mapbox.com/mapbox-gl-js/example/mapbox-gl-geocoder/
ISC License
367 stars 180 forks source link

autocomplete results should appear after hitting enter while suggestions still loading #410

Open andrewharvey opened 3 years ago

andrewharvey commented 3 years ago

if you quickly type a query and hit enter before the suggestions have appeared, then no suggestions will show and the first result won't be selected.

This can happen if a user wasn't expecting auto-complete and expected to need to hit enter for results to appear, then suddenly no results appear.

I think most users would expect this to just force the suggestions to appear and not actually select the first result.

danielfriskey commented 9 months ago

I'm having this issue too. Latest version.