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

Recommendations for a multiple select plugin #6870

Closed
TheWilks opened this issue Jun 17, 2015 · 6 comments
Closed

Recommendations for a multiple select plugin #6870

TheWilks opened this issue Jun 17, 2015 · 6 comments

Comments

@TheWilks
Copy link

I am looking for recommendations on a multiple select plugin. We were using select2 originally but it has some serious IE11 bugs. Any direction would be great.

Select2 JSFiddle:
http://jsfiddle.net/wphqwvLf/16/

@pjackson28
Copy link
Member

Checkboxes are normally used for multi-selection because they are usually more accessible and usable than multi-selects. Is there a reason why checkboxes aren't sufficient? They are natively supported so would have better performance and mobile support than JavaScript-based alternatives. Note also that multiple selects have been natively supported by browsers for quite a while but they do pose keyboard challenges.

@CalvinRodo
Copy link
Member

What issues does it have with IE11? I've used it quite successfully for filterable selects and haven't noticed any issues.

@pjackson28 We didn't go with checkboxes for multiselects because we had to allow the user to multiselect from potentially a hundred different items and that many items on a page would be too cumbersome.

@TheWilks
Copy link
Author

@CalvinRodo The issues seem to be with the multiple select feature only. The selection drop down requires an option selection before the drop down will close. See select2/select2#3300 for details on the issue.

@hsrudnicki
Copy link

Maybe it's too early, but just by occasion, are you ready to close this issue or otherwise?

@hsrudnicki
Copy link

@wilkmit @CalvinRodo @pjackson28 : Can this issue be closed?

@TheWilks
Copy link
Author

On my end we just fixed it ourselves so it can be closed. However it would be nice to have a completly accesable solution other then check boxes for when multiselect lists get to long.

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

No branches or pull requests

5 participants