We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, i have found bug which is caused by using dropdown in popup.
Steps to Reproduce
Expected Item from dropdown should be deleted and popup keep displayed
Result Item from dropdown is deleted, but popup is hidden. When i want to delete more items i have to click on "Users" and show popup again and again.
Testcase
https://jsfiddle.net/d8L58xay/6/
The text was updated successfully, but these errors were encountered:
Fixes #3887 issue with clicking element removed from DOM inside popup
b155731
The issue was related to elements removed from DOM (like a dropdown label) would cause popup to think you clicked outside of popup (causing close).
Sorry, something went wrong.
Fixes #3887 element removed from DOM would cause popup to be closed
50f5d8d
This was never completely fixed in b155731, fixed in 50f5d8d
No branches or pull requests
Hello, i have found bug which is caused by using dropdown in popup.
Steps to Reproduce
Expected
Item from dropdown should be deleted and popup keep displayed
Result
Item from dropdown is deleted, but popup is hidden. When i want to delete more items i have to click on "Users" and show popup again and again.
Testcase
https://jsfiddle.net/d8L58xay/6/
The text was updated successfully, but these errors were encountered: