-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Single dropdown selection does not work when clicking an item and having 'select' action (version 2.2.1) #4183
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Can you create a JSFiddle? There were significant dropdown changes and I want to make sure everything is fine. |
Yes. Semantic-UI 2.1.8: Semantic-UI 2.2.1: Ignore the bad style :) |
I've got the same issue on 2.2.1 |
Any updates on this issue? |
The 'onChange' trigger on keyboard arrows keys seem to be intended change and you can disable it by setting new option Semantic-UI 2.2.1 |
@jlukic, any update regarding this issue? |
Working on this now. |
I've fixed this for next patch release. |
The issue still seems to be present in 2.2.4: http://jsbin.com/gaqewihaha/edit?html,js,output Here is my PR: #4510 |
@martinduparc try this one: http://jsbin.com/zitasehexi/edit?html,js,output |
Thanks @dorsha but this isn't the behavior I am expected. The dropdown you used is multiple and I need the action to be |
@martinduparc |
@dorsha Works well without the |
Yes, because when having the From their documentation: It is more likely to use the |
The behavior must have changed then since |
Installed version: 2.2.1
I have the following dropdown configuration:
I am using the 'select' action since I don't want the current text to be changed.
Prior version 2.2.x, it works fine.
After the upgrade, the 'onChange' is not dispatched when clicking the dropdown item - but, it dispatched when moving around with the keyboard arrow keys.
I also tried to add
allowReselection: true
but it did not fix it.Any idea?
Clicking the item is not doing anything, but moving around with the keyboard works.

When I remove the 'select' action it works, but it changed the selected text.
The text was updated successfully, but these errors were encountered: