I would like to add a pin to my MapBox based on the user input from a search box searching a geographic address.
I have tried using the Bulk Geo Coder to convert the input from the search box to lat/long for the Mapbox plugin.
However, when I attempt to do this with the Bulk Geo Coder, the search box no longer suggests locations in a dropdown.
I have tried to work around this, creating a field that fills with the address input in the search box and then having the Bulk Geo Coder convert the address in that field to lat/long.
But the search box still doesn’t suggest addresses when I do that.
When I remove this bulk geo coder action, the search box goes back to suggesting addresses upon user input.
I want to be able to add user input from a search box that suggests addresses as a pin on my MapBox.
My app is: https://route-manager.bubbleapps.io/ and you are already a collaborator.