Richy
Richy
Optional chaining works greats in my Nuxt application, however, when I run my Jest unit tests, I get the following error message: ```Jest encountered an unexpected token``` In my jest.config.js...
Changes to allow users to navigate through options using letters on their keyboard
Please add if you think its worthwhile ``` if(keyCode !== 27 && keyCode !== 13 && keyCode !== 38 && keyCode !== 40) { // My code var letter =...
Themes
Is it possible to use Themes with this component? https://stripe.com/docs/stripe-js/appearance-api#theme