You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a weird bug on Android on the autocomplete: when you scroll in your page then click on an item, the selected item that is put in the field is not the one you pressed on, but the one that was originally at this position before scrolling.
Update: this is an issue with the mapbox-gl-geocoder library, I opened an issue on their side: mapbox/mapbox-gl-geocoder#357
On a side note, the mapbox-gl-geocoder dependency is several versions behind, and I have other bugs that may have been fixed on later versions, @SamSamskies do you plan to upgrade anytime soon?
Hello,
I encountered a weird bug on Android on the autocomplete: when you scroll in your page then click on an item, the selected item that is put in the field is not the one you pressed on, but the one that was originally at this position before scrolling.
Sandbox to reproduce the bug: https://codesandbox.io/s/react-map-gl-geocoder-v2-example-1yhuc
Exact steps:
The text was updated successfully, but these errors were encountered: