Flavien DELANGLE

Results 410 comments of Flavien DELANGLE

> The diff you suggested is for MUI Joy (probably shown mistakenly), I think it should be only for Material-UI. I think you missed checking the file, right? Indeed, my...

I feel like we are not talking about the same thing. > Why would you want to pass ownerState: undefined? I am not passing it because it causes the bug...

Would you consider it a breaking change ? Technically it's a behavior change but I don't know who would currently use the theme to define `components` and expect the current...

> the change is basically merging components prop from the theme and on the instance together, right? Yes

It looks a lot like what we are doing in the `DataGrid`

I wonder if we can switch this value dynamically without having weird behaviors. To get `type="tel"` for all sections except the full letter months. EDIT: Seems to work great !

https://user-images.githubusercontent.com/3309670/191065368-ae5b5279-47b2-4a83-bfec-ab11c35e5904.mp4 The full letter month editing does not work at all for now but the keyboard is coherent :laughing:

The behavior is not perfect yet but I think it's ok to start the review

> have you looked into the reason why on android the initial focus always jumps to the whole input instead of a clicked section? I just saw that the check...

Rebased upon #6141 Clean diff added to the PR description