-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Dropdown] clearable
is not workin with on: 'hover'
option
#6594
Labels
Milestone
Comments
Although from a UX perspective I don't think its a great idea to use |
Thanks for looking at it! And yes, even if it's fixed I'll probably keep "non-hover" dropdowns with |
This was referenced Oct 13, 2018
jlukic
added a commit
that referenced
this issue
Oct 13, 2018
y0hami
pushed a commit
to fomantic/Fomantic-UI
that referenced
this issue
Oct 15, 2018
attach 'click' event to clear icon independent of the on option closes #171 / Semantic-Org/Semantic-UI#6617 / Semantic-Org/Semantic-UI#6594
y0hami
pushed a commit
to fomantic/Fomantic-UI
that referenced
this issue
Oct 15, 2018
attach 'click' event to clear icon independent of the on option closes #171 / Semantic-Org/Semantic-UI#6617 / Semantic-Org/Semantic-UI#6594
This was fixed in |
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps
$('.ui.dropdown').dropdown({transition: 'drop', on: 'hover', clearable: true,});
Expected Result
I'd expect I can click the
x
to clear the selection.Actual Result
The
x
cannot be clicked.Version
2.4.0
Testcase
https://jsfiddle.net/aeou6q5m/
The text was updated successfully, but these errors were encountered: