You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read properties of undefined (reading 'nextElementSibling') at Object.next (VM600 bootstrap.bundle.min.js:6) at Oe._getMenuElement (VM600 bootstrap.bundle.min.js:6) at new Oe (VM600 bootstrap.bundle.min.js:6) at Function.getOrCreateInstance (VM600 bootstrap.bundle.min.js:6) at HTMLUListElement.dataApiKeydownHandler (VM600 bootstrap.bundle.min.js:6) at HTMLDocument.n (VM600 bootstrap.bundle.min.js:6)
jQuery version, Bootstrap version, and bootstrap-select version.
Additionally, on a live search, single select dropdown, hitting Enter on an item no longer closes the dropdown. In BS4 it did. Is there an option I'm missing that would enable this behavior again?
Hi all, does anyone have any quick fix for this?
All the keyboard interactions does not seem to be working. E.g. (up/down keys for selection, enter key for selecting the dropdown, typing to search for dropdown box item). Thanks
I have a quick fix, but it's, well, not something you'd be proud of. Does work, though. See the referenced issue comment for diagnosis of the problem and our solution for it.
Console Error:
Uncaught TypeError: Cannot read properties of undefined (reading 'nextElementSibling') at Object.next (VM600 bootstrap.bundle.min.js:6) at Oe._getMenuElement (VM600 bootstrap.bundle.min.js:6) at new Oe (VM600 bootstrap.bundle.min.js:6) at Function.getOrCreateInstance (VM600 bootstrap.bundle.min.js:6) at HTMLUListElement.dataApiKeydownHandler (VM600 bootstrap.bundle.min.js:6) at HTMLDocument.n (VM600 bootstrap.bundle.min.js:6)
jQuery version, Bootstrap version, and bootstrap-select version.
Reproduced Here:
The text was updated successfully, but these errors were encountered: