Preview
Usage
TextareaField usage<TextareaField label="Release note" name="note" autoSize maxLength={280} />API
TextareaField APITextareaFieldProps
| prop | type | notes |
|---|---|---|
| label | string | |
| name | string | |
| id? | string | |
| error? | string | null | |
| hint? | RemixNode | |
| required? | boolean | |
| disabled? | boolean | |
| placeholder? | string | |
| defaultValue? | string | |
| autoComplete? | string | |
| rows? | number | |
| minLength? | number | |
| maxLength? | number | |
| readOnly? | boolean | |
| spellCheck? | boolean | |
| autoSize? | boolean | Let supporting browsers grow the textarea with its content. |
| mix? | MixInput |