webkitAutofill property

bool? get webkitAutofill
inherited

The class name to apply when the Element has its value autofilled by the browser (only on Chrome and Safari). Defaults to StripeElement--webkit-autofill.

Implementation

String? get invalid;/// The class name to apply when the Element has its value autofilled
/// by the browser (only on Chrome and Safari).
/// Defaults to StripeElement--webkit-autofill.
bool? get webkitAutofill;