How do I build a basic auto-suggest, like this Image 2023-03-12 at 7.36.03 AM
Specifics:
- My data is loaded in a Group from an external API.
- I want to search against multiple fields.
- Search should be case-insensitive.
- I just want a basic dropdown of the results (like the example above)
I have looked at this plugin: ZQ Fuzzy Search & Autocomplete Plugin for Bubble | Zeroqode
It handles the searching correctly, but does not provide a dropdown or other UI for the results to be chosen from.
Any suggestions?