Is it possible to load select options asynchronous?
Hey,
I would like to create some sort of location finder. For that I want to utilize a places api, where I would want a search based on min 3 characters and return the search results.
When the user selects a result I want to set other form fields, like postcode or city.
Is that possible? I haven't found a Select example with async data...
Thanks
I would like to create some sort of location finder. For that I want to utilize a places api, where I would want a search based on min 3 characters and return the search results.
When the user selects a result I want to set other form fields, like postcode or city.
Is that possible? I haven't found a Select example with async data...
Thanks