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

IE - Object Error #106

Open
rmuraliananth opened this issue Feb 18, 2021 · 2 comments
Open

IE - Object Error #106

rmuraliananth opened this issue Feb 18, 2021 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@rmuraliananth
Copy link

rmuraliananth commented Feb 18, 2021

image

  • Object error occurred in IE 11
  • Issue exists in vue-typeahead-bootstrap version > 2.5.5
@mattzollinhofer mattzollinhofer added bug Something isn't working help wanted Extra attention is needed labels Apr 6, 2021
@mattzollinhofer
Copy link
Owner

Yeah, thanks for the report, that looks like a problem that surfaced when we added wider character support (#100).

I just googled this and found this stackoverflow article: https://stackoverflow.com/questions/54242799/ie11-object-doesnt-support-property-or-method-normalize

It suggests polyfilling the normalize method. I don't know the best way to do that for a component like this one off the top of my head so I'll have to come back to this one day.

I would love any help looking into this. @aeyoll, @eduardosada (or anyone else) have any time to take a look into this?

@aeyoll
Copy link
Contributor

aeyoll commented Apr 7, 2021

@mattzollinhofer @rmuraliananth Looks like the best polyfill for this is "unorm" (https://github.com/walling/unorm), as suggested in the core-js repo (https://github.com/zloirock/core-js#missing-polyfills).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants