We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b16c49 commit a46ae2fCopy full SHA for a46ae2f
1 file changed
packages/main/src/MultiInputTemplate.tsx
@@ -1,4 +1,5 @@
1
import Icon from "./Icon.js";
2
+import multiSelectAll from "@ui5/webcomponents-icons/dist/multiselect-all.js";
3
import InputTemplate from "./InputTemplate.js";
4
import type MultiInput from "./MultiInput.js";
5
import type { MultiInputTokenDeleteEventDetail } from "./MultiInput.js";
@@ -115,7 +116,7 @@ function multiInputMobileHeader(this: MultiInput) {
115
116
<ToggleButton
117
class="ui5-multi-input-mobile-dialog-button"
118
design="Transparent"
- icon="multiselect-all"
119
+ icon={multiSelectAll}
120
accessibleName={this._filterButtonAccessibleName}
121
disabled={!this.tokens?.length}
122
pressed={this._effectiveShowTokensInSuggestions}
0 commit comments