ectoflow/vue-stripe-elements

Support for the hidePostalCode option

mydnic opened this issue · 2 comments

Hello,

In the Stripe documentation, there's a "hidePostalCode" property on the "Card" Element, allowing you to disable the postal code input.

Is this currently supported? Or can it be?

Thanks in advance!

@mydnic yes it supports hidePostalCode. It works for me.

You're right I managed to make it work.
This property must be set in the StripeOptions object and not on the card element directly

stripeOptions: {
    hidePostalCode: true
}