Lukas Tyla
Lukas Tyla
Fixes #5690 Force trigger an `onChange` call when clicking `clear` button with not empty `value`. Covers case, when date picker has `Invalid date` due to manual entry, but internally the...
Fixes #5395 Applied the least intrusive fix to fix the mentioned issue in Mobile Chrome. Based on the fact that Firefox has no problems with this we could say it's...
Fixes #4868 Add `disablePast` and `disableFuture` prop handling to `timeValidation` and clock picker disabled time calculation.
Part of #6218 To apply styling overrides to both desktop and mobile picker versions popups we currently would need to provide duplicate props: ```jsx // overrides style in desktop version...
### What's the problem? 🤔 With https://github.com/mui/mui-x/pull/6156 and https://github.com/mui/mui-x/pull/6096 we have improved ability to override/style different pickers parts/components. The issue is that many of those overridable components are marked as...
Bump monorepo to apply changes from https://github.com/mui/material-ui/pull/36291 fixing adapters dependencies resolving. Waiting on the second half of changes extracted to https://github.com/mui/material-ui/pull/36310. - update tests fixing TS issues introduced by added...
Requires changes from https://github.com/mui/material-ui/pull/36097 to use the defined `templates` and output their descriptions in documentation (title on the generic name).
This is an issue to house all discussions related to the evolution of Date Range Picker. We want to improve on the foundation of existing Date Range Picker by extending...
Fixes #4483 - [x] Add option to render "digital clock" using "select list" - [x] Support `digital` view renderer on `DesktopTimePicker` and `DesktopDateTimePicker` - [ ] Add desktop time views...
Created from https://mui-org.slack.com/archives/C04U3R2V9UK/p1702930558019959 > Might be missing `MuiDayCalendar-header` or it's not clear in documentation for style override This feedback sparked a higher-level discussion regarding our strategy for public API. ##...