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
A strange IE11 specific bug was found in the react-select component when trying to scroll through the filtered options. You don't technically have to scroll the list to see the behavior, you can just click the scrollbar as shown in the following animated gif. You'll notice the field is blurred, which causes the cursor to be lost and if you click the scrollbar again focus will be regained and you can see the cursor blinking again.
I have a code fix and tests to address the IE bug and plan to submit a Pull Request soon. I wanted to give a heads up about the issue before I submitted the PR. Thank you for your component and the time you have invested in this project.
The text was updated successfully, but these errors were encountered:
A strange IE11 specific bug was found in the react-select component when trying to scroll through the filtered options. You don't technically have to scroll the list to see the behavior, you can just click the scrollbar as shown in the following animated gif. You'll notice the field is blurred, which causes the cursor to be lost and if you click the scrollbar again focus will be regained and you can see the cursor blinking again.
I have a code fix and tests to address the IE bug and plan to submit a Pull Request soon. I wanted to give a heads up about the issue before I submitted the PR. Thank you for your component and the time you have invested in this project.
The text was updated successfully, but these errors were encountered: