Textarea
Long text input. Always full-width.
Type: "textareaField"
Long text input. Always full-width.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
label | string | "Pesan" | Label |
placeholder | string | "Tulis pesan kamu di sini..." | Placeholder |
required | boolean | false | Required |
rows | number (1–20) | 4 | Jumlah Baris |
showLabel | boolean | true | Show Label |
fieldIdentifier | string | "message" | Field Identifier |
Contoh
{
"id": "tex01abc",
"type": "textareaField",
"props": {
"fieldIdentifier": "message",
"label": "Pesan",
"placeholder": "Tulis pesan kamu di sini...",
"required": false,
"rows": 4,
"showLabel": true
}
}