Phone Field
Phone/WhatsApp input field. Always full-width.
Type: "phoneField"
Phone/WhatsApp input field. Always full-width.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
label | string | "Nomor Telepon" | Label |
placeholder | string | "08xxxxxxxxxx" | Placeholder |
helperText | string | — | Helper Text |
required | boolean | true | Required |
showLabel | boolean | true | Show Label |
fieldIdentifier | string | "phone_number" | Field Identifier |
Contoh
{
"id": "pho01abc",
"type": "phoneField",
"props": {
"fieldIdentifier": "phone_number",
"label": "Nomor Telepon",
"placeholder": "08xxxxxxxxxx",
"required": true,
"helperText": "",
"showLabel": true
}
}