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. |
selectordefaultValue (optional)hiddenLabel (optional)inputType (optional)isRequired (optional)label (optional)maxCardLength (optional)placeholder (optional)