Frontmatter
| id | 2318 |
| title | form.field.Base: reset() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 7, 2021, 12:24 PM |
| updatedAt | Jun 7, 2021, 12:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2318 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 7, 2021, 12:29 PM |
since we just added
reset()forform.field.Text, we now need it for the base field too.consistency, plus this enables us to create a
reset()method on form containers.