Hello,
I’m trying to implement auto complete in “input” element. I followed this tutorial -Building an Auto-Complete Search Feature on Bubble.io - YouTube
it worked perfect off the bat.
I’m trying to put more logic in to my auto completion.
I wanted to make the “ID Attribute” value dynamic by using conditions.
So when I use conditions for the “input” element as following - the auto complete is not working.
condition 1 → when get data(nav) from page url is “abc” then ID attribute = list1
condition2 → when get data(nav) from page url is “xyz” then ID attribute = list2
the autocomplete is working only if I hardcode the vallue in the actual place (screenshot attached)"