We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone,
I have created a Fiddle that can reproduce the problem. https://jsfiddle.net/dpzopfmw/
When input is already clear and you push back again, it throws an error 👍
bootstrap-select.js:246 Uncaught TypeError: Cannot read property 'replace' of undefined(…)
It seems the function normalizeToBase is not taking into consideration that "text" can be undefined.
Thanks
The text was updated successfully, but these errors were encountered:
Also occurs and repeats when pressing many (any?) non-printable keys.
Sorry, something went wrong.
c25370a
don't use replace in normalizeToBase if text is undefined. fix snapap…
c523afd
…pointments#1553
No branches or pull requests
Hi everyone,
I have created a Fiddle that can reproduce the problem.
https://jsfiddle.net/dpzopfmw/
When input is already clear and you push back again, it throws an error 👍
It seems the function normalizeToBase is not taking into consideration that "text" can be undefined.
Thanks
The text was updated successfully, but these errors were encountered: