We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241bc8c commit c3d6567Copy full SHA for c3d6567
js/src/multi-select.js
@@ -659,7 +659,7 @@ class MultiSelect extends BaseComponent {
659
}
660
661
if (this._selection.length > 0 && this._config.multiple && this._config.selectionType !== 'counter') {
662
- this._searchElement.placeholder = ''
+ this._searchElement.removeAttribute('placeholder')
663
this._selectionElement.style.removeProperty('display')
664
return
665
scss/forms/_form-multi-select.scss
@@ -95,6 +95,10 @@
95
display: none;
96
margin-left: $form-multi-select-padding-x;
97
98
+
99
+ &:placeholder-shown {
100
+ width: 100%;
101
+ }
102
103
104
.form-multi-select-all {
0 commit comments