Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap select property '_dataApiKeydownHandler' error #2446

Closed
ceds opened this issue Apr 24, 2020 · 2 comments
Closed

Bootstrap select property '_dataApiKeydownHandler' error #2446

ceds opened this issue Apr 24, 2020 · 2 comments

Comments

@ceds
Copy link

ceds commented Apr 24, 2020

I'm using version 1.13.15.

The following code:

<div class="form-group">
   <label for="measureId">Measure</label>
   <select class="form-control selectpicker" id="measureId" data-live-search="true" data-size="10"></select>
</div>

$('#measureId').selectpicker();

gives me the following error:

bootstrap-select.js:8 Uncaught TypeError: Cannot read property '_dataApiKeydownHandler' of undefined
at bootstrap-select.js:8
at dispatch (jquery 3.3.1.js:2)
at y.handle (jquery 3.3.1.js:2)

The select control is not working at all. I think it's due to the exception. Any ideas ?

@caseyjhol
Copy link
Member

This should be fixed in v1.13.16 (fixed with commit 6ecef4e). That will most likely be released later today.

@caseyjhol
Copy link
Member

Released in v1.13.16!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants