@bigcommerce/checkout-sdk / DigitalRiverElementClasses
Custom classes You can specify custom classes as part of a Class object included within the Options object when you create or update an element. If you do not provide custom classes, the system uses the default options. https://docs.digitalriver.com/digital-river-api/payment-integrations-1/digitalriver.js/reference/elements#custom-classes
• Optional
base: string
The Element is in its base state. The user either has not entered anything into the input field or is currently typing.
• Optional
complete: string
The Element is in its complete state. The user has input value, and it meets the basic validation requirements of that field.
• Optional
empty: string
The Element is empty. The Element once had value but is now empty.
• Optional
focus: string
The Element has focus.
• Optional
invalid: string
The Element has value, but it does not meet the basic validation requirements of the field.
• Optional
webkitAutofill: string
The element has a value that has been automatically filled by the browser.