Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unSelectAll not working on single select dropdown with placeholder #238

Closed
hobwell opened this issue Dec 12, 2017 · 1 comment
Closed

unSelectAll not working on single select dropdown with placeholder #238

hobwell opened this issue Dec 12, 2017 · 1 comment

Comments

@hobwell
Copy link

hobwell commented Dec 12, 2017

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).

@Zenoo
Copy link
Collaborator

Zenoo commented Jun 20, 2021

This should be fixed in v3.3.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants