-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
form-select[multiple] should not display any indicator/icon #33591
Comments
Probably fixed by #33411 |
IMHO the PR is wrong/not enough, see my comment here: #33411 (comment) |
tagliala
added a commit
to tagliala/bootstrap
that referenced
this issue
Apr 13, 2021
Implementation provided in twbs#33411 does not take into account that some Operating Systems may display a vertical scrollbar in the multiple select field This implementation will hide the validation icons from multiple select fields, just like Bootstrap 4 does. Fix: twbs#33591
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Under Bootstrap 4 (4.6.0), custom-select[multiple] does not display the select indicator and the is-valid/invalid icon:
Under Bootstrap 5 (5.0.0-beta3), the new form-select[multiple] does display the select indicator and the is-valid/invalid icon:
This is a regression.
The text was updated successfully, but these errors were encountered: