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
The user should be able to drag the scrollbar with the mouse without the dropdown list closing on mouseUp
Current Behavior
When the user drags the scrollbar in the dropdown list, the dropdown list quickly closes on mouseup. This scenario only occurs when using bothvirtualized and appendToBody properties.
Steps to Reproduce (for bugs)
Render a virtualized Select component
Include the appendToBody property
Click the Select component to open the dropdown list
Drag the scrollbar and release
Context + Screenshots
Your Environment
Version used: 0.62.0
Browser Name and version: Chrome version 92.0.4515.131
Operating System and version (desktop or mobile): macOS Mojave 10.14.6
The text was updated successfully, but these errors were encountered:
Expected Behavior
The user should be able to drag the scrollbar with the mouse without the dropdown list closing on mouseUp
Current Behavior
When the user drags the scrollbar in the dropdown list, the dropdown list quickly closes on mouseup. This scenario only occurs when using both
virtualized
andappendToBody
properties.Steps to Reproduce (for bugs)
appendToBody
propertyContext + Screenshots
Your Environment
The text was updated successfully, but these errors were encountered: