Navigate through items in a dropdown

I believe that the image is worth more than the explanation,

I have a dynamically generated dropdown, and I would like to change its value by clicking on other elements

it’s basically the next/preview item from dropdown

Using selectize you can use index state. With the same list that you load in dropdown, you can use :item # selectize index+1 / -1
There’s also some plugin that can help you find an item index into a list.

Also some tricky workaround with Bubble function like
Previous: list’s unique id:join with , (comma):split by dropdown value’s id:first item:trim:split by, (Comma) :count
After: list’s unique id:join with , (comma):split by dropdown value’s id:last item:trim:split by, (Comma) :count

This topic was automatically closed after 70 days. New replies are no longer allowed.