Hello!
I’m trying to figure out the best way to use the SearchBox to store addresses in a state.
My initial idea was to fetch the results from a hidden SearchBox and display them in a repeating group, but I’m not sure if that’s possible or even a good approach.
My next thought was to simply use a visible SearchBox, but I’m not sure how to set it up so that when someone clicks on an address, it gets added to a state and the SearchBox resets.
What would you say is the most WU-efficient and user-friendly way to achieve this?