truckingsim / Ajax-Bootstrap-Select

This uses the bootstrap-select plugin and extends it so that you can use a remote source to search.
MIT License
280 stars 97 forks source link

Problem when using inside bootstrap modal window #148

Closed velbur closed 6 years ago

velbur commented 6 years ago

When try to use this select inside bootstrap modal window appear this error:

Uncaught TypeError: Cannot read property '$newElement' of undefined
    at HTMLInputElement.keydown (bootstrap-select.js:1638)
    at HTMLDocument.dispatch (jquery-2.2.4.min.js:3)
    at HTMLDocument.r.handle (jquery-2.2.4.min.js:3)

Outside modal everything works perfectly.