Hi,
We'd like to make use of the visual mode for selecting items in the dropdownlist as it's much simplier to remove/unselect items. However, we only want to allow for one item to be selected at a time though.
Important note: we are enabling persistence (enablePersistence: true)
This example gives us similar behavior, but persistence stops working as expected:
We'd also like the user to be able to select a different item from the dropdownlist and the selected item should then change to the newly selected item.
There doesn't seem to be a clean way of clearing the current selection - why is this?