I need to make a search bar to search through items in a list picker, which will sort thru everything in the list and then show the things that are related to the search. How do I do this?
Use the listpicker filter bar
How would I get it to filter through? Like what would I put in the end of it?
Did you try it ?
Don't understand what you mean by putting something "at the end" ?
Yes, I tried it. I'm just a little confused how to use it. What I'm trying to do is use a text box and take whatever search the user puts into the text box and search through a list of songs names and filter to just the songs related to what the user searched for. If that makes sense?
required blocks,
when text box text changed
if then else condition
if the text box text contains text loop through the list
if it contains add items to the list then populate this list into your required format
1 Like
Like so:
1 Like
Thank you! This worked!
1 Like