You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a multiselect dropdown (with useLabel:false option), the dropdown items do not clear properly. When "get value" is called on the dropdown after "clear" is called, the dropdown returns an empty string (expected), but the selected menu items are not deselected in the ui (problem). Here is a jsfiddle to demonstrate the issue http://jsfiddle.net/k8z7aqro/1/
The text was updated successfully, but these errors were encountered:
When using a multiselect dropdown (with useLabel:false option), the dropdown items do not clear properly. When "get value" is called on the dropdown after "clear" is called, the dropdown returns an empty string (expected), but the selected menu items are not deselected in the ui (problem). Here is a jsfiddle to demonstrate the issue http://jsfiddle.net/k8z7aqro/1/
The text was updated successfully, but these errors were encountered: