Skip to content

Commit

Permalink
fixup! fixup! Feat(web-react): ReactNode type for labels #DS-1632
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Jan 22, 2025
1 parent f9300bc commit 3091cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-react/src/types/textArea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export interface TextAreaProps
autoResizingMaxHeight?: number;
/** Whether is field auto resizing which adjusts its height while typing */
isAutoResizing?: boolean;
/** Label for the textarea, which provides context or description for the field */
label: ReactNode;
}

Expand Down

0 comments on commit 3091cd9

Please sign in to comment.