Appearance
Interface: ExtractedField
One snapshot field plus the live elements behind it.
Properties
| Property | Type | Description |
|---|---|---|
constraints? | FormFieldConstraints | - |
context? | string | - |
elements | ValueControl[] | One element, or every member of a radio or checkbox group. |
help? | string | - |
id | string | - |
kind | | "number" | "text" | "email" | "tel" | "date" | "textarea" | "select" | "radio" | "checkbox" | - |
label | string | - |
locked | boolean | - |
mask | string | null | - |
options? | FormFieldOption[] | - |
required | boolean | - |
sensitive? | boolean | Card, CVC, one-time code, SSN: the value never leaves the browser. |
wrapper | Element | - |