cheesegrits / filament-google-maps

Google Maps package for Filament PHP
212 stars 60 forks source link

reverseGeocodeUsing don't work #97

Closed rmsramos closed 2 months ago

rmsramos commented 2 months ago

Using the Geocomplete field (full address) together with the Map, when selecting the address, the map updates normally and my fields are filled using reverseGeocode, however I need to use reverseGeocodeUsing for a specific field, but this only updates when I change the marker of the map Does the autocomplete of the Map field only trigger reverseGeocode?

Captura de tela de 2024-04-23 21-11-50

this is my form Captura de tela de 2024-04-23 21-18-02

rmsramos commented 2 months ago

[Solved] It is not necessary to use the Geocomplete field, just use a textinput, and use placeUpdatedUsing to fill in the field