Closed
Description
Expected
The Dropdown should remove existing selected values in the dropdown and replace them with the new ones.
Result
The Dropdown does not set the selected options and appends the newly selected values to the current selection.
Testcase
https://jsfiddle.net/gaa545jc/8/
Notes
Calling "clear" prior to calling "set selected" works as a temporary solution. However, there seems to be some weird effects on "get value" after calling "clear" and "set selected"