跳到內容

Textarea (am-textarea)

am-textarea 提供多行輸入區塊,適合 brief、notes、support request 這類內容密度較高的欄位。

  • rows 控制預設高度
  • resize 支援 vertical(預設)、noneboth
  • size 支援 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>

詳見 playground /playground/forms/ 範例。