Alexandre Fauquette

Results 205 comments of Alexandre Fauquette

Also added Radar since it seems very common between libraries

The behavior is the same in v6 ([codesandbox](https://codesandbox.io/s/mui-x-issue-template-datepicker-with-toolbar-falls-off-screen-forked-j95xvl?file=/src/App.tsx)) But I do not think it's a bug, it's a compromise due to lack of space: - The default behavior is to...

Maybe it would be clearer if you provide an example of the v4 behavior you want. Here is a demo with v5 and v4 pickers next to each over, and...

@samuelsycamore If you're okay with the modifications in this PR, we can merge it :)

It still has one problem: the pen icon in the toolbar is at the same location as the view switcher of the clock ![image](https://user-images.githubusercontent.com/45398769/172816752-0f7d2e19-ca6d-490e-a654-f4d5fb7fac83.png)

Strange because I do not manage to reproduce this issue which looks like an encoding one ![image](https://user-images.githubusercontent.com/45398769/180722415-db4d0ce4-a54f-4bc8-8d0b-4627c16560aa.png)

To test all to configuration I made a demo: https://codesandbox.io/s/nervous-robinson-05gnne?file=/demo.tsx To compare with the same demo based on the latest version https://codesandbox.io/s/gracious-edison-qs4mn8

Thanks We will start again the migration of the adapter

About extra points > Have you considered the option/need to have [conditional grid color](https://www.chartjs.org/docs/latest/samples/scale-options/grid.html) styling? Wouldn't it be problem adding it in given the current API? I don't see issues...

For a reason I ignore the Proptypes generated have a series with `data` as an array of number, but `type` can be `pie`. Still need to investigate to see if...