brandonjbegle / nova4-google-autocomplete-field

Google Autocomplete Field For Laravel Nova 4
3 stars 1 forks source link

How do you split the address #2

Open DarrenBelow opened 9 months ago

DarrenBelow commented 9 months ago

I'm looking to get it to autocomplete the address then store city in a city field, state in state field and postcode in postcode field. Is this possible with this? I assume it's the AddressMetadata?

I'm using this AddressMetadata::make('City')->fromValue('administrative_area_level_1') but it's coming back blank

brandonjbegle commented 8 months ago

The way you are doing it looks correct.

Screenshot 2024-02-29 at 3 11 15 PM
brandonjbegle commented 8 months ago

If you provide the actual address you are searching, I will confirm there is a result for administrative area level 1