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.
selectionTypeCounterText
1 parent 2673df1 commit 1372d1bCopy full SHA for 1372d1b
js/src/multi-select.js
@@ -890,7 +890,7 @@ class MultiSelect extends BaseComponent {
890
}
891
892
if (this._config.multiple && this._config.selectionType === 'counter') {
893
- this._searchElement.placeholder = `${this._selected.length} item(s) selected`
+ this._searchElement.placeholder = `${this._selected.length} ${this._config.selectionTypeCounterText}`
894
895
896
0 commit comments