Skip to content
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

[Checkbox] Change event doesn't fire when navigating between radio options using keyboard #6676

Open
christiansk opened this issue Nov 16, 2018 · 4 comments

Comments

@christiansk
Copy link

I have setup a couple of radio checkboxes with the same name so the user can choose one among them, and wired up the change event using the onChange hook on the checkbox() call.

The event handler is executed correctly when the user clicks on either radio checkbox, but if a user then navigates through the options using the keyboard the selected value is changed without firing the event.

Here's a fiddle: https://jsfiddle.net/7wsjganv/

I expected the event to fire every time the selection state is changed.

Using Semantic-UI version 2.4.0.

@christiansk christiansk changed the title [Checkbox] Change event doesn't fire when navigating between radio checkboxes using keyboard arrows [Checkbox] Change event doesn't fire when navigating between radio options using keyboard Nov 16, 2018
@lubber-de

This comment was marked as spam.

@christiansk
Copy link
Author

Awesome! Thanks!

@y0hami
Copy link
Member

y0hami commented Jan 5, 2019

This was fixed in Fomantic-UI not SUI.

@y0hami y0hami reopened this Jan 5, 2019
@christiansk
Copy link
Author

Sorry, I was confused here for a moment. I thought this should be closed so when (if ever) FUI is pulled back into SUI we know this has been fixed.
Now I see, as it may never get pulled into SUI, I guess it makes sense to leave open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants