You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
The PostalCode component has a bunch of events defined on it but none of them match up with what is being fired from the underlying StripeElement.
Most notably the "change" event is missing (instead there is complete but there doesn't appear to be any logic to actually emit that).
Also could you export the StripeElement as part of the lib build? It isn't part of the exports it is isn't even possible to create a custom StripeElement to work around the buggy PostalCode.
The text was updated successfully, but these errors were encountered:
The
PostalCode
component has a bunch of events defined on it but none of them match up with what is being fired from the underlyingStripeElement
.Most notably the "change" event is missing (instead there is
complete
but there doesn't appear to be any logic to actually emit that).Also could you export the
StripeElement
as part of thelib
build? It isn't part of the exports it is isn't even possible to create a customStripeElement
to work around the buggyPostalCode
.The text was updated successfully, but these errors were encountered: