@eds/text-area-input
v4.0.20
TextAreaInput
A textarea is a multi-line text input.Prop | Required | Description | Type |
---|---|---|---|
size | — | The size of the input. Defaults to medium. | "small" | "medium" |
rows | — | The number of visible text rows in the textarea. Defaults to 4. | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
maxLimit | — | The maximum number of characters allowed in the input. | number |
minLimit | — | The minimum number of characters allowed in the input. | number |
limitMessage | — | Message shown when counter reaches the limit. | { overLimit?: string; underLimit?: string; } |
disabled | — | Disables the input. | boolean |
invalid | — | Invalidate the input | boolean |