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

[FEATURE] Similar behavior on expiration date field for iOS and Android #276

Closed
rubina-shakhkyan opened this issue May 26, 2021 · 2 comments
Assignees

Comments

@rubina-shakhkyan
Copy link

Is your feature request related to a problem? Please describe.
When entering card expiration date, / is displayed on Android immediately after entering month. For instance, you enter 03 and / appears automatically, while on iOS slash is displayed after entering the first digit of year. Would be nice if it's = consistent on both platforms.
Describe the solution you'd like
Would be nice if there's iOS is modified and has a similar behavior to Android, as it seems to be more user-friendly.

@dmytrokhl
Copy link
Contributor

@rubina-shakhkyan this is duplicate of #150.
It's a bit complicated to handle such behaviour since we use formatPattern in fields. Btw we will put this feature in our roadmap.
Other recommendation could be to use VGSExpDateTextField with date picker, then users shouldn't type date manually.

@rubina-shakhkyan
Copy link
Author

@rubina-shakhkyan this is duplicate of #150.
It's a bit complicated to handle such behaviour since we use formatPattern in fields. Btw we will put this feature in our roadmap.
Other recommendation could be to use VGSExpDateTextField with date picker, then users shouldn't type date manually.

Thank you for a prompt reply. Will be looking forward for the feature release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants