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

[DateTimePicker] Use digital clock in all component variants #14974

Open
LukasTy opened this issue Oct 15, 2024 · 0 comments
Open

[DateTimePicker] Use digital clock in all component variants #14974

LukasTy opened this issue Oct 15, 2024 · 0 comments
Labels
breaking change component: DateTimePicker The React component. component: pickers This is the name of the generic UI component, not the React module! v8.x

Comments

@LukasTy
Copy link
Member

LukasTy commented Oct 15, 2024

Currently, only DesktopDateTimePicker uses DigitalClock or MultiSectionDigitalClock for time rendering, while Mobile and Static variants are still using the analog clock.
Given the direction of DateTimeRangePicker, we decided to use only a digital clock in cases where time selection is not the sole purpose.

This would leave only MobileTimePicker and StaticTimePicker still using the analog clock.


Remove the demo of using Analog clock on DateTimePicker.
https://mui.com/x/react-date-pickers/date-time-picker/#choose-time-view-renderer

Search keywords:

@LukasTy LukasTy added breaking change component: pickers This is the name of the generic UI component, not the React module! component: DateTimePicker The React component. v8.x labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: DateTimePicker The React component. component: pickers This is the name of the generic UI component, not the React module! v8.x
Projects
None yet
Development

No branches or pull requests

1 participant