ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 123 forks source link

Does not work with IE #257

Closed JLEdward closed 6 years ago

JLEdward commented 7 years ago

It appears that IE currently does not recognize a local array as the source and given out error: "Invalid type of source, must be a string. e.g. http://www.google.com?q=:my_keyword". The statement "this.source.constructor.name" returns "undefined" for IE while another browser like Chrome would correctly identify an array.

DashPriyabrata commented 7 years ago

Encountered the same issue. @JLEdward Any resolve/work around for this issue? Is there another control available to complete the autocomplete job?