Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Credit Card and CVV fields are type="tel"
I understand that type="tel" provides a numeric keypad for mobile users, but it also breaks accessibility and does not accurately describe what is being inputted into the field.
A vision impaired user will hear "Input telephone number" on the credit card field.
Please either switch this to type="text", or provide a way to configure the type of the field through the API.
11-30-2023 11:32 AM