mui-x
mui-x copied to clipboard
MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
Fixes #4868 Add `disablePast` and `disableFuture` prop handling to `timeValidation` and clock picker disabled time calculation.
This PR makes sure that if we have a date provided in `props.value` or `props.defaultValue`: - [x] Don't loose the timezone from `props.value` / `props.defaultValue` writing a new date -...
The structure column group structure was shared between columns definitions and the columnGroups state. In this PR I move the `column.groupPath` which contains the list of the group parent into...
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...
Closes #5759
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 After switching the page with...
Part of #4483 Focus improvement copied from #6207 to have the demo work. [Doc preview](https://deploy-preview-6209--material-ui-x.netlify.app/x/react-date-pickers/date-field/#control-the-selected-sections) On the new pickers, we will be able to use views for some date sections...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 The declaration files currently have...
Preview: https://deploy-preview-6228--material-ui-x.netlify.app/x/react-data-grid/editing/ I noticed this bug while working in #6016 where a test from row selection started to fail when using the new editing API. If I click in a...