-
Notifications
You must be signed in to change notification settings - Fork 305
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
Comments
@jingtang10 @aditya-07 tagging you for visibility for dependencies. Please also help prioritize. |
@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. |
Team discussion:
|
in progress. |
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:
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](https://user-images.githubusercontent.com/86378921/170192486-1c76196c-3210-443d-8e7b-bf77b3a1569d.jpg)
The text was updated successfully, but these errors were encountered: