-
First of all, thanks for this nice wrapper! Unfortunately, it seems that setting a line-height for the base style with `--stripe-elements-base-line-height` is not working properly. Once set, the strip…
-
Hello, is it possible to integrate Stripe with this page (while keeping the animations) ?
I tried on my side and I did not succeed...
If anyone was successful, feel free to share.
Thank you 👍
-
While investigating the use of this library, I noticed there is no custom property available to customize the color of the text used as a placeholder in Stripe Elements input texts. However, the Strip…
-
I am trying to create a payment form of individual inputs not the one element for the whole card, like
```
var elements = stripe.elements();
var cardNumberElement = elements.create('cardNumber')…
-
**Describe the bug**
For years, "Country" has been an optional field in our checkout form, and this has worked just fine with the legacy Stripe checkout experience. However, after enabling "New Checko…
-
**Describe the bug**
The bug appears from the moment I go to implement vue-stripe within my project, I don't know how many bugs I have found, but every time I tried to add the plugin an error would p…
-
Any way to use it with typescript ?
Currently i have following error:
`Module '"../../../../node_modules/v-stripe-elements/types"' has no exported member 'VStripeCard'`
I try also to import lik…
zecka updated
4 years ago
-
I am trying to complete a Stripe payment form using Panther.
For my form, I am using Stripe Elements, which initializes the fields.
But strangely, it is impossible for me to be able to interact …
-
My Vue app is a web component with a shadow dom and I'm using the `stripe-elements` component but after entering the credit card into the form, I grab the `stripe-elements` element and I try to run `s…
-
I'm attempting to use the CardElement and none of the on* events (`onBlur`, `onFocus`, `onChange`, etc.) seem to be properly connected. Though everything seems fine with submission when calling `creat…