-
Is it possible to get lan, lon out of submitting the geocomplete field, instead the searched address?
I use the field as a standalone search inside a livewire component.
-
**Description:**
When a `Geocomplete` is used to autocomplete a `MapField` inside of a `Block` when using a `Builder` field, the autocomplete feature does not work.
It does however work as reg…
-
Hi everyone,
Looking for a quick answer. Please help.
I want to reinitialize the geocomplete when ever country select box changes. I am restricting result for selected country.
My code:
```
var …
-
http://ubilabs.github.io/geocomplete/
-
If you don't want to use google, then you don't want to use (see) geocomplete from google.
So why not hide it?
It would be good to have an alternative. What we don't have within osm is the possibili…
-
Geocomplete field updated event only fires when typing but not when selecting from the list.
I would like to use real-time validation on that field when someone chooses from the dropdown like this:…
-
Hi,
With the prototype library, there is a conflict.
I can't move on maps...
Is there an issue for this ?
```
```
-
It doesn't seem, there is an easy way to reset geocomplete, which for us is needed in multiple use-cases: First of all when the user clicks cancel on our modal form and second of all, simply when you …
-
When I call for instance:
```
geocomplete.geocomplete("find", "55.737196917624196,12.508628716918793");
```
It resolves to the following coordinates:
```
55.735202,12.514807000000019
```
I don't k…
-
Sometimes you don't want to allow a user to choose from any kind of location, but you want to scope it to a certain type (e.g., cities only). The JQuery Geocomplete API accepts a `[type` parameter](h…