Hello,
I’m currently building an app and I’d like to add an autocomplete feature for places.
Here’s what I want to achieve:
- If a user types something like “central pa”, the component should suggest “Central Park” and let them select it.
- If they type “McDonalds San Francisco”, it should list all the McDonalds in that city so the user can choose one.
My question is:
What’s the best way to implement this in Glide, considering I’m on the $25/month plan (no Maker or Business account)?
Any ideas, best practices, or examples would be super helpful!
Thanks a lot