Open freynder opened 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.
minChars: 0
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?
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?