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
When i give attribute on select as data-container="body", and i open select dropdown , so i try to close using esc key and as i pressed esc key , dropdown closes but there is error in console as
dropdown.js:97 Uncaught TypeError: Cannot read properties of undefined (reading 'parentNode')
at new hi (dropdown.js:97:34)
at hi.getOrCreateInstance (base-component.js:65:41)
at HTMLDivElement.dataApiKeydownHandler (dropdown.js:418:31)
at HTMLDocument.n (event-handler.js:118:19)
The text was updated successfully, but these errors were encountered:
Mohit-excel
changed the title
Esc key error
Esc key error on bootstrap 5 with attribute data-container="body"
Feb 9, 2025
When i give attribute on select as data-container="body", and i open select dropdown , so i try to close using esc key and as i pressed esc key , dropdown closes but there is error in console as
dropdown.js:97 Uncaught TypeError: Cannot read properties of undefined (reading 'parentNode')
at new hi (dropdown.js:97:34)
at hi.getOrCreateInstance (base-component.js:65:41)
at HTMLDivElement.dataApiKeydownHandler (dropdown.js:418:31)
at HTMLDocument.n (event-handler.js:118:19)
The text was updated successfully, but these errors were encountered: