Hello, has anyone had any luck building a search bar?
Specifically one that allows a user to start typing in something and the options show up below and they can then select one? I should add the options you are search are a database field.
Hello, has anyone had any luck building a search bar?
Specifically one that allows a user to start typing in something and the options show up below and they can then select one? I should add the options you are search are a database field.
You can try building it by using an input and a selectable list, the Data source of the selectable list will be filtered using the values of the input. If you want all the options to be available initially, you just check on “ignore empty constraints”
Thank you! This definitely worked, now I’m just dealing with it being a bit slow - any tips if the database list is quite large (roughly 1K entires).
I would limit it to the first 5/10 results.. In the end if I type characters to search, 5 possible choices in the list are enough.. Does it work for you?
Ahh, of course, thank you!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.