Esc key error on bootstrap 5 with attribute data-container="body"

Author: Mohit-excelCreated Feb 9, 2025Updated 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)

Source: snapappointments/bootstrap-select