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

v4 custom-select does not support "multiple" #22065

Closed
ghost opened this issue Feb 24, 2017 · 1 comment
Closed

v4 custom-select does not support "multiple" #22065

ghost opened this issue Feb 24, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 24, 2017

The current bootstrap v4 beta 6 comes with a new custom-select class, but it appears broken when the "multiple" attribute is also defined.

For example:
<select multiple class="form-control" id="exampleSelect2">

changes into
<select multiple class="custom-select" id="exampleSelect2">

Maybe the documentation could mention that multiple is not supported, or if it is not too much work, to implement custom-select a bit better for displaying on a multiple select.

Thank you.

@C-Lodder
Copy link
Contributor

PR: #23055

@mdo mdo added the has-pr label Jul 14, 2017
@mdo mdo removed this from the v4.1 ideas milestone Jul 14, 2017
@mdo mdo closed this as completed Nov 7, 2017
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