Skip to content

Commit 8bc97ab

Browse files
docs(form): update responsive JSDoc to note Select honors fluid width (CUI-36)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ce47d09 commit 8bc97ab

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/lib/components/form/Form.component.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ type FormProps = Omit<
3535
* overflowing. It also lays each `FormSection` out as a two-column grid that
3636
* auto-flips to a stacked single column on narrow widths — there is no
3737
* breakpoint prop; the flip point is derived from the layout (see below).
38-
* Note: only `Input` currently honors the fluid width — `Select`, `SearchInput`,
39-
* `TextArea` and other size-driven content keep their fixed width for now
40-
* (tracked in CUI-36).
38+
* Note: `Input` and `Select` currently honor the fluid width — `SearchInput`,
39+
* `TextArea` and other size-driven content keep their fixed width for now.
4140
*/
4241
responsive?: boolean;
4342
};

0 commit comments

Comments
 (0)