You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I expected the event to fire every time the selection state is changed.
Using Semantic-UI version 2.4.0.
The text was updated successfully, but these errors were encountered:
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
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.
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 thecheckbox()
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.
The text was updated successfully, but these errors were encountered: