webscopeio / react-textarea-autocomplete

📝 React component implements configurable GitHub's like textarea autocomplete.
MIT License
454 stars 80 forks source link

Autocomplete option is not applied when clicked on IE11 #171

Closed apolokl closed 5 years ago

apolokl commented 5 years ago

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.

jukben commented 5 years ago

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.

jukben commented 5 years ago

Should be fixed in 4.6.1! Let me know! 🚀

apolokl commented 5 years ago

Tested and passed! Thanks!