Skip to content

Conversation

@carkod
Copy link
Contributor

@carkod carkod commented Sep 28, 2022

This is my attempt to fix onChange not firing when toggle and id are passed, without breaking the previous fix for the click firing twice

To test visually, check the first radio example I created. We can remove it once things are well tested.

I can add tests if the fix is good

This commit attempts to fix onChange not firing when `id` is passed. Previouly, there was a fix to prevent two clicks from being fired by stopping propagation, but in my example I was able to prevent two clicks from being fired using `e.preventDefault`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant