Merged
requested to merge github/fork/tagliala/bugfix/hide-validation-for-multiple-selects into main
Created by: tagliala
Implementation provided in #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: #33591 (closed)
Demo fiddles
BS4: https://jsfiddle.net/tagliala/y1t4cuqg/show BS5: https://jsfiddle.net/tagliala/s45v1hLy/show