ng2-ui / auto-complete

Angular Auto Complete component and directive
http://ng2-ui.github.io/auto-complete/
MIT License
279 stars 124 forks source link

Use of normalize in IE11 #381

Closed DanWebb closed 2 weeks ago

DanWebb commented 5 years ago

Steps to reproduce and a minimal demo

Current behavior

In IE11 when you click on the auto complete input an error is thrown Object doesn't support property or method 'normalize'

Expected/desired behavior

The lib not to break in IE11.

Other information

core-js polyfills do not include normalize. So enabling the polyfills is not the fix.

Either the need to manual include a polyfill should be documented, the lib should include the polyfill or replace the use of normalize.