Closed system123 closed 6 years ago
How can I attach this to an external DOM element? My search bar is located outside of my map, and I would like the geocoder to do the same. So far I have tried the following:
Searchbar.vue
But I get the following error when calling the query() method:
[Vue warn]: Error in callback for watcher "defaultInput": "TypeError: this._loadingEl is undefined"
found in
---> at src/components/Searchbar.vue
I implemented a stand-alone geocoder for this.
@system123 How did you end up doing this? I'd like to do a standalone geocoder as well, without the map.
How can I attach this to an external DOM element? My search bar is located outside of my map, and I would like the geocoder to do the same. So far I have tried the following:
Searchbar.vue
But I get the following error when calling the query() method:
[Vue warn]: Error in callback for watcher "defaultInput": "TypeError: this._loadingEl is undefined"
found in
---> at src/components/Searchbar.vue