Flavien DELANGLE
Flavien DELANGLE
[Doc Preview](https://deploy-preview-5504--material-ui-x.netlify.app/x/react-date-pickers/date-field/) Implement the single input approach described in https://github.com/mui/mui-x/issues/5531 Following our meeting on Tuesday 14th of July, I am starting a POC for a new date field. This input...
Implementation of #4851 to tests the idea listed there ## Nomenclature The following names can be discussed, I just think it would be nice to have a common term to...
I am calling this component `DateField` like React Sectrum, some are calling it `DateInput` like Telerik. The base idea is to have a basic component to enter dates without any...
The base goal was to merge https://github.com/mui/mui-x/pull/4640 but it's not doable for now (see https://github.com/mui/mui-x/pull/4640#issuecomment-1191266130) The TS improvements are worth keeping I think
Part of #5453 - [x] Migrate "Getting started" demos - [x] Migrate "Date picker" demos - [x] Migrate "Date range picker" demos - [x] Migrate "Date time picker" demos -...
Fixes #5190 WIP
Part of #2994 ## Solutions ### Add new props to the grid Add two properties to lazy load the children of a row. ``` hasChildrenOnServer?: (row: GridRowModel) => boolean; fetchRowChildren?:...
Fixes #4470 @m4theushw you know the accessibility guidelines more than me Do we agree that the request make sense ?
Alternative names: `getDayInMonth` / `setDayInMonth` (can be confusing with `getDaysInMonth`)