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
Is there a possibility to allow for the inputs to be custom rendered so that this could be more easily integrated w/ payment processors' react input UI/UX libs? ie. react-stripe: https://stripe.com/docs/stripe-js/react#available-element-components Has number, CVC, and expiry fields for their system.
Is there a possibility to allow for the inputs to be custom rendered so that this could be more easily integrated w/ payment processors' react input UI/UX libs? ie. react-stripe: https://stripe.com/docs/stripe-js/react#available-element-components Has number, CVC, and expiry fields for their system.
Adding some custom input renderer props would accomplish this. Example: https://www.npmjs.com/package/react-credit-card-input#custom-input-renderer-usage
Really wanna use this, but it might require me to create my own wrapper for these fields, which isn't ideal.
The text was updated successfully, but these errors were encountered: