Field#| Property | Type | Required | Description |
|---|---|---|---|
selector | string | β Yes | The CSS selector used to identify the field. |
defaultValue | boolean | β No | Defines a default value for the field. |
hiddenLabel | string | β No | Defines a hidden label for accessibility purposes. |
inputType | InputTypeEnum | β No | Specifies the input type for the field. |
isRequired | boolean | β No | Defines whether the field is required. |
label | string | β No | Specifies the label text for the field. |
maxCardLength | number | β No | Defines the maximum length allowed for card numbers. |
placeholder | string | β No | Specifies the placeholder text for the field. |
selector#defaultValue (optional)#hiddenLabel (optional)#inputType (optional)#isRequired (optional)#label (optional)#maxCardLength (optional)#placeholder (optional)#