Vue, Pinia, and TailwindCSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Aik-202
Wow! Nice work, I loved the feature of scanning the card you added, but:
- There's an issue with the "Card number"" expiration year" checks, even with the correct input, it keeps showing the error message.
- After every 4 numbers for the card number input field you can add an extra line of space.
- You can also restrict card name to letters only, card number, expiration date, and CVC to numbers only.
- You can use the
maxlength
attribute in you input fields to restrict the length of the input field.. for example CVC input field will have a maxlength` of 3.
These are my suggestions, great work once again!
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord