mapbox / mapbox-plugins-android

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
https://www.mapbox.com/android-docs/plugins/overview/
BSD 2-Clause "Simplified" License
241 stars 119 forks source link

Focus on search field when Autocomplete is opened #1191

Open johan12345 opened 3 years ago

johan12345 commented 3 years ago

This fixes #1011, based on @langsmith's commit https://github.com/mapbox/mapbox-plugins-android/commit/0c64cf98a75eb3cf3f0d4f3470ac56e1e9caab0d. PR #968, which contained this commit as well as other changes, has been closed as stale.

As fixing #1011 is a very basic need for an autocomplete field and only needs 2 lines of code, maybe this can be solved more quickly with this separate PR.