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
1: Given a popup
2: Inside the popup is a Dropdown component with the multiple property set
3: Select an item inside the dropdown
4: Click the "X" to delete it
The bug is related to Portal logic, which means that the bug maybe produce in other than Select components under a specific circumstances that I'll explain in the commit message
Steps
1: Given a popup
2: Inside the popup is a Dropdown component with the multiple property set
3: Select an item inside the dropdown
4: Click the "X" to delete it
Expected Result
Popup remains open
Actual Result
Popup closes
Version
0.77.1
Testcase
https://codesandbox.io/s/lxp9kpxkzq
The text was updated successfully, but these errors were encountered: