Frontmatter
| id | 5353 |
| title | form.field.Base: reset() => update the originalValue too |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 17, 2024, 8:17 PM |
| updatedAt | Mar 17, 2024, 8:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5353 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 17, 2024, 8:22 PM |
after resetting a field, we want the
isDirtyclass field to compare changes between the resetted value and the current value.