dropdown_button2
dropdown_button2 copied to clipboard
fix: Selected index not updating when items change
If the valueListenable is set separately from the items changing, the selected item wouldn't change, which can cause issues if they're e.g. loaded in separately.
Fixes: #392