autosize
説明
If true
, the Textarea height auto-adjusts to text height.
タイプ
boolean
Yamada UIにスターをあげる
スターTextarea
は、複数行のテキスト入力を取得するために使用されるコンポーネントです。
説明
If true
, the Textarea height auto-adjusts to text height.
タイプ
boolean
説明
The visual color appearance of the component.
タイプ
"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"
説明
The border color when the input is invalid.
タイプ
"border" | BorderColor | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 320 more ... | [...]
説明
The border color when the input is focused.
タイプ
"border" | BorderColor | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 320 more ... | [...]
説明
If true
, the form control will be disabled.
タイプ
boolean
デフォルト
false
説明
If true
, the form control will be invalid.
タイプ
boolean
デフォルト
false
説明
If true
, the form control will be readonly.
タイプ
boolean
デフォルト
false
説明
If true
, the form control will be required.
タイプ
boolean
デフォルト
false
説明
Autosize up to maxRows rows.
タイプ
number
デフォルト
Infinity
説明
Autosize up to minRows rows.
タイプ
number
デフォルト
1
説明
Ref to a resize function.
タイプ
type ONLY_FOR_FORMAT =
| ((instance: (() => void) | null) => void)
| MutableRefObject<(() => void) | null>
説明
The size of the Textarea.
タイプ
"xs" | "sm" | "md" | "lg" | "xl"
デフォルト
"md"
説明
The variant of the Textarea.
タイプ
"filled" | "flushed" | "outline" | "unstyled"
デフォルト
"outline"
GitHubでこのページを編集する