You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Select.js->componentWillMount(), you add/remove event listeners for when clicking outside the element. Apparently, IE8 doesn't support addEventListener/removeEventListener; it only supports attachEvent/detachEvent (the name of the click event is also different).
It's fairly simple to fix: StefanBilliet@f0b0048
My question is, are you open to these kinds of fixes?
With kind regards
Stefan Billiet
The text was updated successfully, but these errors were encountered:
@StefanBilliet we are open to these kind of fixes. Please make a PR and we'll put it through the review cycle :)
Before making the PR, please read the CONTRIBUTORS file.
Hi
In Select.js->componentWillMount(), you add/remove event listeners for when clicking outside the element. Apparently, IE8 doesn't support addEventListener/removeEventListener; it only supports attachEvent/detachEvent (the name of the click event is also different).
It's fairly simple to fix: StefanBilliet@f0b0048
My question is, are you open to these kinds of fixes?
With kind regards
Stefan Billiet
The text was updated successfully, but these errors were encountered: