Frontmatter
| id | 4271 |
| title | form.Fieldset: extending form.Container |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 11, 2023, 2:45 PM |
| updatedAt | Apr 11, 2023, 2:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4271 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 11, 2023, 2:49 PM |
switching the base class from a normal container to a FormContainer will enable all get / set related logic for the given scope.
assuming that fieldsets will get used mostly inside forms anyway, this should not lead to a bigger file size.