webscopeio/react-textarea-autocomplete

Autocomplete option is not applied when clicked on IE11

Closed this issue · 3 comments

Version: ^4.6.0
Browser: Internet Explorer 11.829.17134.0
OS: Windows 10 Pro

Current state - Defect/Bug

On IE 11, the autocomplete option is not applied (appended in the textarea) when clicked (mouse).

Expected state

The autocomplete option is applied (appended in the textarea) when clicked (mouse) as in using IE Edge, Chrome and Firefox.

Hey, thanks for the issue, I've been able to reproduce it – it's only related to clicking tho. Interesting, should be quite easy to fix.

Should be fixed in 4.6.1! Let me know! 🚀

Tested and passed! Thanks!