LearnNewsExamplesServices
Frontmatter
id5369
titleform.field.ComboBox: afterSetValue() => set programmaticValueChange to true before the super call
stateClosed
labels
bug
assigneestobiu
createdAtMar 22, 2024, 3:01 PM
updatedAtMar 22, 2024, 3:21 PM
githubUrlhttps://github.com/neomjs/neo/issues/5369
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 22, 2024, 3:21 PM

form.field.ComboBox: afterSetValue() => set programmaticValueChange to true before the super call

Closed v8.1.0 bug
tobiu
tobiu commented on Mar 22, 2024, 3:01 PM

and remove it from beforeSetValue().

rationale: setting a field to the same value, will trigger beforeSet, but not afterSet, so the flag won't get removed again and this can cause issues for manual inputs.

tobiu added the bug label on Mar 22, 2024, 3:01 PM
tobiu assigned to @tobiu on Mar 22, 2024, 3:01 PM
tobiu referenced in commit bda10d4 - "form.field.ComboBox: afterSetValue() => set programmaticValueChange to true before the super call #5369" on Mar 22, 2024, 3:21 PM
tobiu closed this issue on Mar 22, 2024, 3:21 PM
tobiu referenced in commit 1e709c5 - "form.field.ComboBox: afterSetValue() => set programmaticValueChange to true before the super call #5369" on Mar 26, 2024, 5:29 PM