#
CardInputEventTypes
#
Input event types emitted from the Card payment method instance.
Values
- card#
Brand StringChanged The payment form detected a new likely credit card brand based on the card number.
- error#
Class StringAdded A form field has an invalid value, and the corresponding error CSS class was added to the element.
- error#
Class StringRemoved An invalid value on a form field was corrected, and the corresponding error CSS class was removed from the element.
- focus#
Class StringAdded A form field gained focus, and the corresponding focus CSS class was added to the element.
- focus#
Class StringRemoved A form field lost focus, and the corresponding focus CSS class was removed from the element.
- submit String#
The user has triggered submission of the form by pressing "Enter" while editing a field.