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
The 'blur' event handler for this._input is not appropriate for all user actions when interacting with the suggestions-related nodes.
this.clear() is being called, when it should not be, if the user tries to interact with the suggestions scrollbar or clicks on another non-suggestion item (such as a suggestion provider header).
The 'blur' event handler for
this._input
is not appropriate for all user actions when interacting with the suggestions-related nodes.this.clear()
is being called, when it should not be, if the user tries to interact with the suggestions scrollbar or clicks on another non-suggestion item (such as a suggestion provider header).See more here:
esri-leaflet-geocoder/src/Controls/Geosearch.js
Lines 287 to 291 in 298916c
The text was updated successfully, but these errors were encountered: