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 f82f7bd commit 9daa21fCopy full SHA for 9daa21f
js/src/multi-select.js
@@ -186,6 +186,8 @@ class MultiSelect extends BaseComponent {
186
this._popper.destroy()
187
}
188
189
+ this._searchElement.value = ''
190
+ this._onSearchChange(this._searchElement)
191
this._clone.classList.remove(CLASS_NAME_SHOW)
192
this._clone.setAttribute('aria-expanded', 'false')
193
EventHandler.trigger(this._element, EVENT_HIDDEN)
0 commit comments