OptionalmaxBlockSize?: number | string | nullThe maximum height of the textarea before it starts scrolling. Can be a number (pixels) or a CSS string (e.g., "50vh"). If null, it grows indefinitely.
OptionalminRows?: numberThe minimum number of rows to display.
Props for the Textarea component.