Flavien DELANGLE
Flavien DELANGLE
> Have you tried exploring a solution of localized PickerValidDate redefining? 🤔 How would you do that?
@LukasTy one option would be to add the following code in one of the doc files: ```ts declare module '@mui/x-date-pickers/models' { interface PickerValidDateLookup { fakeDocAdapter: any; } } ``` It...
Hi, It would be great if you could give me a few example on this issue that I will adapt into this new page when writing it. Thanks for your...
Thanks for the amazing work 🙏 We'll try to prioritize a PR to review and apply your content on a new doc page.
I'm fine adding it as deprecated if it helps the migration
Hey @Kavan72, thanks for the feedback The action when clicking on an indeterminate parent was the source of a lot of debate over on the Data Grid. The current behavior...
Issue created: #14979 Given the low complexity of the topic, I suspect that we should be able to ship that a few weeks after the main PR (depending on the...
Hi, This feature is part of the v8 alpha (which is deployed [here](https://next.mui.com/x/react-tree-view/rich-tree-view/selection/#automatic-parents-and-children-selection)).
Thanks for the deep dive on the v6/v7 nomenclature. > Although I think it can make sense, I also see it as questionable since adding new suffixes could make it...
[TreeView] Do not re-render every Tree Item when the Rich Tree View re-renders (introduce selectors)
@noraleonte I'm opening for review mostly so we can start discussing the DX and the impact on the doc We are still missing lots of tests plus the migration guide.