Files
cunningham/.changeset/proud-readers-yell.md
Nathan Vasse a1e8f46368 🐛(react) fix checkbox double onChange
When clicking on the checkmark it was trigerring two onChange on parent
elements, thus causing double toggling ( which means revert to the initial
value ) in some controlled way approaches ( see the added test ).

Fixes #175
2023-10-02 11:53:04 +02:00

73 B

@openfun/cunningham-react
@openfun/cunningham-react
patch

fix checkbox double onChange