...
Code Block |
---|
{ cardNumber: {}, // Field Configuration cardCvv: {}, // Field Configuration cardExpiry: {} // Field Configuration } |
Property | Type | Required | Description | Format / Example | ||
---|---|---|---|---|---|---|
| string | Y* | A CSS selector for the div container where the field element will be rendered. |
| ||
| object | N | Object of css styles. Overrides the global/parent |
|
Example Advanced Implementation using callbacks
...