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
It looks like setting return false to onSelect callback does not prevent closing results popup in the latest version 2.1.8.
In previous version it worked like you can see in the following fiddle http://jsfiddle.net/vw35s0un/
But not with the latest version http://jsfiddle.net/joqtdzan/1/
In first fiddle (old semantic ui version) it closes in another (newest semantic ui version) it does not.
What should I do to prevent closing results popup when something is clicked inside popup?
The text was updated successfully, but these errors were encountered:
I'm not sure the best way to handle this, both cases make sense to me.
Sorry, something went wrong.
Merged into #3856
#3856 #3870 - Fixed issue where onSelect event would not prevent bubb…
21d24a0
…led close event on blur.
Fix in #3856
No branches or pull requests
It looks like setting return false to onSelect callback does not prevent closing results popup in the latest version 2.1.8.
In previous version it worked like you can see in the following fiddle
http://jsfiddle.net/vw35s0un/
But not with the latest version
http://jsfiddle.net/joqtdzan/1/
In first fiddle (old semantic ui version) it closes in another (newest semantic ui version) it does not.
What should I do to prevent closing results popup when something is clicked inside popup?
The text was updated successfully, but these errors were encountered: