Hi,
I created a Open Street Maps field, with id: on_site_location_osm
I set the 'address' field to: 'address'.
I created a text field, with
id: 'address'
label: 'text'
On the front all works: the map tiles in view render nicely, and when I type in the text field, and click on the autocomplete suggestion, the pin changes and the map renders all tiles in view again.
When I add conditional logic to these fields, The tiles don't all render, and when I type out an address in the text field and click on the autocomplete suggestion, although the pin changes to that new location, the map tiles do not render (except for a few tiles on the side).
Why? How do I ensure that the osm map and address text renders well, with conditional logic? This is a must for my use case scenario. Thanks!