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
With a single select dropdown (containing a placeholder) unSelectAll does not clear the selection and re-display the placeholder, which is the behavior I would expect.
Using unSelectItem(<idx>) did the appropriate thing (clear selection, re-display placeholder), but using unSelectAll should do the same without having to know the selected index.
With a single select dropdown (containing a placeholder) unSelectAll does not clear the selection and re-display the placeholder, which is the behavior I would expect.
Using unSelectItem(<idx>) did the appropriate thing (clear selection, re-display placeholder), but using unSelectAll should do the same without having to know the selected index.
Please see the fiddle .
To get the placeholder to appear at all I had to include the 'size' attribute on the select tag (which may be a separate issue).
The text was updated successfully, but these errors were encountered: