LearnNewsExamplesServices
Frontmatter
id4225
titleform.field.CheckBox: afterSetChecked() => event params
stateClosed
labels
bug
assigneestobiu
createdAtMar 30, 2023, 9:34 AM
updatedAtMar 30, 2023, 9:35 AM
githubUrlhttps://github.com/neomjs/neo/issues/4225
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 30, 2023, 9:35 AM

form.field.CheckBox: afterSetChecked() => event params

Closed v8.1.0 bug
tobiu
tobiu commented on Mar 30, 2023, 9:34 AM

v5.3.3 introduced a bug. instead of the checked state (true or false), the event now always gets this.value, which is not correct for the unchecked value.

switching to this.getValue() should resolve it.

tobiu added the bug label on Mar 30, 2023, 9:34 AM
tobiu assigned to @tobiu on Mar 30, 2023, 9:34 AM
tobiu referenced in commit 9f2e5e4 - "form.field.CheckBox: afterSetChecked() => event params #4225" on Mar 30, 2023, 9:34 AM
tobiu closed this issue on Mar 30, 2023, 9:35 AM