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
closeOnBlur={false}
popup will not be closed
0.68.5
try it out in your documentation: https://react.semantic-ui.com/modules/dropdown#dropdown-example-close-on-blur
The text was updated successfully, but these errors were encountered:
Fixed with #1998
Sorry, something went wrong.
We'll check it soon, thank you so much for fast reaction!
fix(Dropdown): closeOnBlur={false} does not work (#1998)
b123a10
fix(Dropdown): remove event listener if closeOnBlur={false} test(Dropdown): add a test for closeOnBlur={false} fixes #1995
closeOnEscape
Successfully merging a pull request may close this issue.
Steps
closeOnBlur={false}
to dropdownExpected Result
popup will not be closed
Version
0.68.5
Testcase
try it out in your documentation: https://react.semantic-ui.com/modules/dropdown#dropdown-example-close-on-blur
The text was updated successfully, but these errors were encountered: