Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expiry date textfield doesn't append '/' which lead to invalid date format error - Frames 4.0.4, Xcode 14.3 #392

Closed
sayalideopurkar opened this issue May 17, 2023 · 1 comment

Comments

@sayalideopurkar
Copy link

Describe the bug
Expiry date textfield doesn't append '/' while adding the month & year. So instead of MM/YY, the final input text looks like MMYY and there is no way for user to explicitly add '/'. Hence the validation error "Please enter a valid expiry date" can never be resolved.
This blocking behaviour is observed on simulator build with Xcode 14.3

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Add Card' form
  2. Click on 'Expiry date' textfield
  3. Start typing month & year of card expiry
  4. See error - 'Please enter a valid expiry date'

Expected behavior
A slash '/' should be auto appended between month (MM) and year (YY) like MM/YY instead of MMYY

Screenshots
Screenshot 2023-05-17 at 12 38 26

Additional context
Xcode Version - 14.3 (14E222b)
MacOS Version - Ventura 13.0.1
Chip - Apple M1 Pro

The issue is not reproducible on Sample app - iOS Example Frame SPM

@sayalideopurkar
Copy link
Author

Duplicate

@sayalideopurkar sayalideopurkar closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant