Closed corentingosselin closed 7 months ago
Hey @corentingosselin,
Sorry for the delay, but just for future reference, when using Card Number, Card Expiry and Card CVV separately, the option is showIcon and not hideIcon. This is a Stripe API, not Ngx Stripe specific. I think the reason is, showing the icon is the default behaviour for the Stripe Card Element, but not for the Stripe Card Number Element.
When you're using the three elements separately options should be of type StripeCardNumberElementOptions
and not StripeCardElementOptions
Describe the bug
The icon card is not visible with this configuration:
If I remove the is-hidden class from chrome inspector it works:
Version ngx-stripe: 17.1.1