Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 1.62 KB

DigitalRiverElementClasses.md

File metadata and controls

67 lines (38 loc) · 1.62 KB

@bigcommerce/checkout-sdk / DigitalRiverElementClasses

Interface: 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

Table of contents

Properties

Properties

base

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.


complete

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.


empty

Optional empty: string

The Element is empty. The Element once had value but is now empty.


focus

Optional focus: string

The Element has focus.


invalid

Optional invalid: string

The Element has value, but it does not meet the basic validation requirements of the field.


webkitAutofill

Optional webkitAutofill: string

The element has a value that has been automatically filled by the browser.