Email Field
Email input field. Always full-width.
Type: "emailField"
Email input field. Always full-width.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
label | string | "Email Address" | Label |
placeholder | string | "you@example.com" | Placeholder |
helperText | string | — | Helper Text |
required | boolean | true | Required |
showLabel | boolean | true | Show Label |
fieldIdentifier | string | "email_address" | Field Identifier |
Contoh
{
"id": "ema01abc",
"type": "emailField",
"props": {
"fieldIdentifier": "email_address",
"label": "Email Address",
"placeholder": "you@example.com",
"required": true,
"helperText": "",
"showLabel": true
}
}