Files
LCEssentials/pedi-foods/Sources/PediFoods/Views/Main/CheckoutView.swift
Daniel Arantes Loverde abd58ac36d feat(cards): add input masks and char limits to card form fields
- Card number: groups of 4 digits (0000 0000 0000 0000), max 16 digits
- Expiry: MM/AAAA mask, max 6 digits
- CVV: digits only, max 4
- CPF: 000.000.000-00 mask, max 11 digits
- canSubmit validates stripped digit counts
2026-06-03 17:58:44 -03:00

1252 lines
51 KiB
Swift