Skip to content

[Checkbox] Triggering onChange on enable and disable ? #1728

Discussion options

You must be logged in to vote

onchange should IMHO only be called when the check state changes. Even, if you disable a checked checkbox, it will still be checked (thus: did not change)
As you already pointed out there are already existing callbacks for enable/disable

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by prudho
Comment options

prudho
Nov 3, 2020
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment