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
I have a city class with several attributes: id, name, province, etc...
In a Nova resource form, I'm using a place field to write an address and prepopulate related fields in my resource: address itself, lat, long. Everything works like a charm. But I also have in that form a BelongsTo field, searcheable and prepopulate.
How can I automatically search and select the right city after place address confirmation?
The text was updated successfully, but these errors were encountered:
I have a city class with several attributes: id, name, province, etc...
In a Nova resource form, I'm using a place field to write an address and prepopulate related fields in my resource: address itself, lat, long. Everything works like a charm. But I also have in that form a BelongsTo field, searcheable and prepopulate.
How can I automatically search and select the right city after place address confirmation?
The text was updated successfully, but these errors were encountered: