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 4bd8b6c commit ac5f51cCopy full SHA for ac5f51c
js/src/dropdown.js
@@ -207,9 +207,6 @@ class Dropdown extends BaseComponent {
207
this._element.setAttribute('aria-expanded', 'false')
208
Manipulator.removeDataAttribute(this._menu, 'popper')
209
EventHandler.trigger(this._element, EVENT_HIDDEN, relatedTarget)
210
-
211
- // Explicitly return focus to the trigger element
212
- this._element.focus()
213
}
214
215
_getConfig(config) {
0 commit comments