Skip to content

Commit

Permalink
fix: fix value in sanitized options (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcschy committed Oct 26, 2022
1 parent 47f20cb commit b212d6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/elements/options.ts
Expand Up @@ -31,6 +31,10 @@ interface SanitizedElementOptions {
iconPosition?: string;
cardBrand?: string;
autoComplete?: string;
value?:
| CardElementValue<'static'>
| CardExpirationDateValue<'static'>
| string;
}

type ElementOptions = ElementInternalOptions & SanitizedElementOptions;
Expand Down

0 comments on commit b212d6b

Please sign in to comment.