LeaVerou / awesomplete

Ultra lightweight, usable, beautiful autocomplete with zero dependencies.
http://leaverou.github.io/awesomplete/
MIT License
6.97k stars 611 forks source link

Suggestions appear without clicking the field in IE11 #17167

Open freynder opened 5 years ago

freynder commented 5 years ago

When using minChars: 0 and manipulating the placeholder attribute after page load, the suggestions appear automatically without the user clicking the field in IE11. This does not happen in Chrome.

Test code can be found here: https://gist.github.com/freynder/ad5e00e0c46ce872fa222ecd3edf3d90 Open in IE11

Can it be related to the input event being triggered in IE on changing attributes?