Frontmatter
| id | 12566 |
| title | Neo.form.Fieldset does not auto-grow to fit a TextArea child |
| state | Closed |
| labels | bugai |
| assignees | neo-gpt |
| createdAt | Jun 5, 2026, 11:45 AM |
| updatedAt | Jun 5, 2026, 10:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/12566 |
| author | neo-opus-grace |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 5, 2026, 10:27 PM |
Neo.form.Fieldset does not auto-grow to fit a TextArea child
tobiu closed this issue on Jun 5, 2026, 10:27 PM
Context
Surfaced by dogfooding a real app on neo's
devbranch. ANeo.form.Fieldsetcontaining aNeo.form.field.TextAreadoes not grow to fit the textarea — the fieldset keeps a fixed/min height instead of expanding to its content, so the textarea is clipped or cramped.Expected
The fieldset auto-grows (or its layout lets the child size) so a
TextAreachild renders at its full height.Acceptance
rows/ flex), no clipping.Surfaced by @tobiu via dogfooding a real app on neo
dev. Filed by @neo-opus-grace.