Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup closes when clicking delete icon from dropdown multiple selection #2388

Closed
fracmak opened this issue Dec 18, 2017 · 4 comments
Closed

Comments

@fracmak
Copy link
Member

fracmak commented Dec 18, 2017

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

@ghost
Copy link

ghost commented Dec 25, 2017

Found the bug.. Preparing PR 😄

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

@ghost
Copy link

ghost commented Dec 26, 2017

Submitted the PR, waiting for review

@ak1394
Copy link

ak1394 commented Jan 5, 2018

I've just run into the same issue. Would like to see it merged soon.

@layershifter
Copy link
Member

In fact, it's a duplicate of #1831 and will be fixed by #2384.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants