Coding is as much a matter of personal growth as it is of logic and control-flow. I keep patience, curiosity, & exuberance in the same toolbox as vim and git.
*Opinions posted are my own*
Coding is as much a matter of personal growth as it is of logic and control-flow. I keep patience, curiosity, & exuberance in the same toolbox as vim and git.
*Opinions posted are my own*
Looking forward to it!
A few ideas I've been kicking around are adding a
typeattr likeand using
Element#updateto sync form data to the element, maybe declaratively with slotted inputsSomething like this?
PCI requires the inputs to be in Stripe's iframe, but I was thinking more something like
or some such, so that the generated representation (token|source|paymentMethod) has that info inside
see stripe.com/docs/js/tokens_sources/... and stripe.com/docs/js/tokens_sources/...
It would be ideal if, even in a browser that doesn't support the
formdataevent, we could still get data from custom controls in the form.