Stripe.js v3 inserts its own input fields to input card number. There are options to either use single input field (card-element) or separate them as cardExpiry or cardCVC etc.
The problem is I want the cvc and expiry inputs to be of type='password'.
But there seems to be no way in stripe.js v3 to change the field input time.
(ref : https://stripe.com/docs/stripe.js#the-elements-object)