-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[TimePicker] How to set minutes current date after select hour #10316
Comments
Hi, You can use the But the default behavior should probably be smarter (cc @LukasTy) |
Thank you, It's work 🚀🚀🚀 |
I'll keep the issue open to track the progress of the built-in support (if we want to improve it) |
I have one more question. If I want to reset row minute after select new hour value, How can I do? |
You could probably analyse the value passed to |
Good point. We could add a similar improvement as we have with the |
That would be a great improvement 👌 |
TimePicker suggests minutes to '00' after selecting the hour row but '00' has disabled minutes. I want to not set default minutes at '00' I want the current minute. How can I do it?
Example: https://codesandbox.io/s/mui-x-issue-ls7npj
Expect: I want to select the hour as '19' and minutes auto-select at '30'
The text was updated successfully, but these errors were encountered: