webscopeio / react-textarea-autocomplete

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

Replaced native 'Event' by CustomEvent for support IE11 #83

Closed isachivka closed 6 years ago

isachivka commented 6 years ago

Fixed exception in IE11

https://stackoverflow.com/questions/26596123/internet-explorer-9-10-11-event-constructor-doesnt-work

jukben commented 6 years ago

Thanks for this contribution! 👍