Hi @surbma,
do you plan to modify the CVC field’s type to password?
No plans for this currently. At the moment none of the fields use the password label as I’m fairly certain we load the Stripe Elements from Stripe themselves. Meaning we may not have much control over the labels used. We provide a simple HTML markup required by Stripe that then uses JavaScript to fill in with their specific card fields.
Like this thread outlines, Stripe Elements doesn’t provide a way to modify those fields. –> https://github.com/stripe/react-stripe-elements/issues/328
I hope that helps explain things, and if it helps the PCI standards that help dictate payment and security standards don’t recommend the fields in the payment form use be masked. Stripe thus follows those requirements as needed in their forms.