I’m having trouble handling address inputs in the Native App builder.
On the web version, I use the Searchbox element with the “Address” data type, which works great with Google Maps autocomplete. But since the Searchbox isn’t available in the Native environment, I’m unsure how to replicate this behavior.
I’ve tried using a regular Input field with the content format set to “Address” (geographic address), but there’s no validation or feedback for the user—so they don’t know if the address they entered is recognized or valid.
How are others solving this?
What’s the best way to let users input an address and ensure it gets stored correctly as a geographic address in the database?
Any tips or workarounds are appreciated!