Flavien DELANGLE

Results 119 issues of Flavien DELANGLE

Needed for [#5504](https://github.com/mui/mui-x/pull/5504)

enhancement

[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...

component: pickers

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...

core
breaking change
component: data grid

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...

new feature
component: pickers

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

core
typescript

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 -...

docs

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?:...

component: data grid
new feature
plan: Pro

Fixes #4470 @m4theushw you know the accessibility guidelines more than me Do we agree that the request make sense ?

accessibility
PR: out-of-date
component: pickers

Alternative names: `getDayInMonth` / `setDayInMonth` (can be confusing with `getDaysInMonth`)

enhancement