Textarea (am-textarea)
am-textarea 提供多行輸入區塊,適合 brief、notes、support request 這類內容密度較高的欄位。
Contract
Section titled “Contract”rows控制預設高度resize支援vertical(預設)、none、bothsize支援sm/md/lg
<Field controlId="project-brief" label="Project brief" hint="Describe timeline and required pages."> <Textarea id="project-brief" rows={6} placeholder="We need a booking-first landing page..." aria-describedby="project-brief-hint" /></Field>