Function: TextAreaControl()
TextAreaControl(
props):Element
Defined in: composites/TextArea/TextArea.tsx:141
The control slot — since forms item H, the split shape: a painted frame
hosting a borderless <textarea> (see TextFieldControl for the full
rationale — the frame is the lawful home for in-box adornments). The frame
is multiline: the value stretches instead of centring, vertical resize
stays on the <textarea> (the frame grows with it), and the validation
glyph pins to the top edge — centred on a five-line box it would mark
nothing (the reference's field-top-to-alert-icon placement).
Parameters
| Parameter | Type |
|---|---|
props | TextAreaControlProps |
Returns
Element