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

Date picker - Keyboard doesn't open when clicking text field #1418

Closed
shelaghm opened this issue May 25, 2022 · 4 comments · Fixed by #1493 or #1499
Closed

Date picker - Keyboard doesn't open when clicking text field #1418

shelaghm opened this issue May 25, 2022 · 4 comments · Fixed by #1493 or #1499
Assignees
Labels
effort:small Small effort - 2 days P1 High priority issue type:bug Something isn't working ux

Comments

@shelaghm
Copy link

Describe the bug
When clicking the text field on the DatePicker or DateTime picker, the keyboard doesn't open.

Component
SDC gallery app

To Reproduce
Steps to reproduce the behavior:

  1. Go to SDC catalog app
  2. Click on Date picker
  3. Click on text field (not the calendar icon)

Expected behavior
The expected behavior is that manual keyboard based entry should be possible. We show a date format and only allow numerical date entry.

Screenshots
Screenshot_20220524-145927-1

@shelaghm
Copy link
Author

@jingtang10 @aditya-07 tagging you for visibility for dependencies. Please also help prioritize.

@Tarun-Bhardwaj Tarun-Bhardwaj added P1 High priority issue effort:small Small effort - 2 days labels May 25, 2022
@jingtang10
Copy link
Collaborator

@aditya-07 disabled this in a previous PR. the reason was that we do not have a good way of ensuring the user enters well-formed date time string and validating it. at the moment, the dialog opens if the user clicks the icon. we do need to eventually re-enable this. but we do need to look into a solution that actually works.

@aditya-07 to comment.

@shelaghm
Copy link
Author

Team discussion:

  • Open keyboard (no dialog opens) when pressing input box (not the calendar icon)
  • Validate using android system date format.

@santosh-pingle
Copy link
Collaborator

in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort:small Small effort - 2 days P1 High priority issue type:bug Something isn't working ux
Projects
Status: Complete
4 participants