I’m wondering how your dropdown menus are implemented.
I’m looking for a way to save the state of a dropdown in a board, then hydrate that state back into the dropdown on page load using jquery.
With a regular HTML dropdown I would do something similar to in this codepen:
Is there a way to populate a dropdown from data stored in a board?



