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
{{ message }}
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
Issue seem to be here in line # 71 on FormField:
Previously:
` const providerOptions = {};
if (typeof this.field.searchProviderKey !== 'undefined') {
providerOptions.params.key = this.field.searchProviderKey;
}`
I changed it to:
const providerOptions = {params: {key: null}};
But there are other issues are there after this. This happens after clicking the suggestion second time:
nova-map-marker-field:28379 Uncaught (in promise) TypeError: Cannot create property '_leaflet_id' on string '85' at stamp (nova-map-marker-field:28379) at NewClass.getLayerId (nova-map-marker-field:35194) at NewClass.hasLayer (nova-map-marker-field:35120) at NewClass.removeLayer (nova-map-marker-field:35244) at NewClass.showResult (nova-map-marker-field:27414) at NewClass.<anonymous> (nova-map-marker-field:27401) at eval (eval at processIncludes (nova-map-marker-field:1), <anonymous>:3:4725)
...same here: "Cannot create property '_leaflet_id' on string '85' at stamp"...
the first time you select an address it works, then this js error appears, no matter which search provider is used.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When I set Google as a provider, it does not change.
API key is good and working in the other parts of applicaiton
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should use Google Geocoding API.
Screenshots
Environment:
The text was updated successfully, but these errors were encountered: