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

[FR] Add TextFormatter to the time text field in date picker #6788

Open
Xazin opened this issue Nov 14, 2024 · 0 comments
Open

[FR] Add TextFormatter to the time text field in date picker #6788

Xazin opened this issue Nov 14, 2024 · 0 comments
Assignees
Labels
improvements improvements on an existing feature

Comments

@Xazin
Copy link
Collaborator

Xazin commented Nov 14, 2024

Description

We should limit the users option for inputting wrong times in the Date Pickers time text field, we can do this by using a TextFormatter and based on the time format (12-hour vs. 24-hour) can allow them to only input certain characters and in a certain format, eg. 16:14 or 12:30 AM versus the non-managed options right now like ABCDEF that can be input but is wrong (and will be disregarded on submit).

Impact

Better UX for users, easier to correctly input time.

Additional Context

No response

@Xazin Xazin added the improvements improvements on an existing feature label Nov 14, 2024
@Xazin Xazin self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvements improvements on an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant