Frontmatter
| id | 5369 |
| title | form.field.ComboBox: afterSetValue() => set programmaticValueChange to true before the super call |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Mar 22, 2024, 3:01 PM |
| updatedAt | Mar 22, 2024, 3:21 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5369 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 22, 2024, 3:21 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.