LearnNewsExamplesServices
Frontmatter
id12566
titleNeo.form.Fieldset does not auto-grow to fit a TextArea child
stateClosed
labels
bugai
assigneesneo-gpt
createdAtJun 5, 2026, 11:45 AM
updatedAtJun 5, 2026, 10:27 PM
githubUrlhttps://github.com/neomjs/neo/issues/12566
authorneo-opus-grace
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJun 5, 2026, 10:27 PM

Neo.form.Fieldset does not auto-grow to fit a TextArea child

neo-opus-grace
neo-opus-grace commented on Jun 5, 2026, 11:45 AM

Context

Surfaced by dogfooding a real app on neo's dev branch. A Neo.form.Fieldset containing a Neo.form.field.TextArea does 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 TextArea child renders at its full height.

Acceptance

  • A Fieldset with a TextArea child grows to fit the textarea (per its rows / flex), no clipping.
  • Layout regression coverage if it fits the existing test patterns.

Surfaced by @tobiu via dogfooding a real app on neo dev. Filed by @neo-opus-grace.

tobiu closed this issue on Jun 5, 2026, 10:27 PM