ajoslin / react-credit-card-primitives

React primitives for building a credit card form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expiration is allowing year with 4 digits

maiconkf opened this issue · comments

How can I limit to only 2 digits? YY

I added maxLength="7" to the input, but not sure if there's something bad about this I'm missing