React
Textarea slot with autoresize, fixed/constraint sizing, labels, helper/error text, and grapheme count through TextField.

Component
Multi-line text input that can grow with content.
설명을 써주세요
설명을 써주세요
오류가 발생한 이유를 써주세요
설명을 써주세요
0/8
import { TextField, TextFieldTextarea } from "@hozorica/hods-react/text-field";import { TextField, TextFieldTextarea } from "@hozorica/hods-react-native/text-field";booleanAutomatically grows textarea height on web. Defaults to true.booleanWeb-only custom textarea composition.ReactNodeOptional visible field label from TextField.ReactNodeHelper and error text from TextField.outline | underlineField chrome style from TextField.booleanState flags passed to the textarea.stringControlled and uncontrolled text value.numberLimits and counts user-perceived characters.(details) => voidReceives value, graphemes, slicedValue, and slicedGraphemes.Textarea slot with autoresize, fixed/constraint sizing, labels, helper/error text, and grapheme count through TextField.
Multiline TextInput slot with the same TextField wrapper contract.
<TextField label="라벨"><TextFieldTextarea placeholder="플레이스홀더" /></TextField>