Frontmatter
| id | 3335 |
| title | form.field.Text: reset() => enhance the logic to only trigger one vdom update |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Aug 1, 2022, 2:00 PM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3335 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
to do this, we most likely should extract the logic from
afterSetValue()into a new method using a silent param. we should also fire the change event at the very end of thereset()call.