webscopeio / react-textarea-autocomplete

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

Can you please specify the Browser versions you support? #137

Closed afsal008 closed 5 years ago

afsal008 commented 5 years ago

Cannot understand from the wording Last 2 Versions

jukben commented 5 years ago

What exactly you can't understand? We are targeting to support the last 2 version of specified browsers.

afsal008 commented 5 years ago

That means, there is no assurance that this supports from a specified version? I saw the history of your Readme, and found that you added Browser support info by 20 Dec 2018. Can I take it like, this will support from the last two versions from Dec 20 2018?

jukben commented 5 years ago

Yeah. But generally, it's meant to be working for all browsers from IE11 up. I'm not saying it's perfect in IE11, but it's working somehow. If you find out that for some browser it's not working, we will consider the severity and we might end up fixing it.

The Readme is here just for a quick overview, it's gonna work in every "normal" browser I guess.

Thanks for asking I hope I gave you an answer.