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

Show the delimiter before rather than after the key press #262

Open
Paul-Avione opened this issue Nov 24, 2021 · 0 comments
Open

Show the delimiter before rather than after the key press #262

Paul-Avione opened this issue Nov 24, 2021 · 0 comments

Comments

@Paul-Avione
Copy link

As an example, fo a date entry in "DD/MM/YYYY" format the display would go as follows:

  • "DD/MM/YYYY"
  • "3"
  • "31/"
  • "31/1"
  • "31/12/"
  • "31/12/2"
  • "31/12/2021"

The current situation is as below and the user doesn't know if they are meant to type the slash character themselves.

  • "DD/MM/YYYY"
  • "3"
  • "31"
  • "31/1"
  • "31/12"
  • "31/12/2"
  • "31/12/2021"
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

1 participant