Internet Explorer 11 breaks auto complete drop down
See original GitHub issueI’m submitting a … (check one with “x”)
[x] bug report => search github for a similar issue or PR before submitting
[ ] support request/question
Notice: feature requests will be ignored, submit a PR if you'd like
Current behavior
When using the autocomplete in IE11 the drop-down flashes empty and does not show any items in list to be selected. Worked as expected in chrome. The user can select items by use the down arrow however they cannot see what item is selected. I saw a similar issue that was fixed by a version change in ng2-drop-down to v0.10.0 but I think this issue is caused by polyfills needed for IE to work
The drop down works on the demo site in IE11 but i think that demo site isn’t using these pollyfills?
Expected behavior
The items in the auto complete should be visible to be selected.
Minimal reproduction of the problem with instructions (if applicable)
- Make new folder
- npm install -g @angular/cli
- ng new angular-tour-of-heroes
- cd into angular-tour-of-heroes
- npm install ngx-chips
- update app.module.ts to based on https://github.com/Gbuomprisco/ngx-chips#configuration
- enable IE 11 polyfills in polyfill.ts (other wise IE will be blank) may need to npm install classlist.js and web-animations-js 7a. Link to polyfill
- add code from https://github.com/Gbuomprisco/ngx-chips#autocomplete to app.compment.html
- ng serve and open in IE11
What do you use to build your app?. Please specify the version
angular-cli 6.0.8
Angular version:
6.0.7
ngx-chips version:
1.9.2
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
IE 11
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
We have the same problem with the IE 11 and Edge Browser. The error appears since we are using the latest version of the ngx-chips lib (1.9.2) and angular 6.0.7. Is there are workaround to fix this bug because it is very crititcal for our project. Using the webanimation polyfill makes no difference. We also cannot downgrade the version because of the angular version.
IE Version: 11.0.9600.19467 ngx-chips Version: 2.0.2
Still i have this issue. After click on the input field, i expect, that the dropdown is shown. But nothing is shown. @Gbuomprisco