Flavien DELANGLE

Results 417 comments of Flavien DELANGLE
trafficstars

Hi, Did you try using `minDateTime` and `maxDateTime`? IMHO `disableIgnoringDatePartForTimeValidation` should not be part of the public API, you should always be able to use `minTime` / `maxTime` if you...

> But does it make sense though? 🤔 Especially for RangeCalendar. What if the selected range spans >2 months? After this change, you would no longer be able to check...

The DateRangeCalendar disabled icons are the last remaining topic under discussion I'll have a second look to see if I have good reason to argue but I'll probably just revert...

@oliviertassinari do you have a link for the "ESM issues"?

@LukasTy our discussion works great for `DateRangePicker`. But what about `DateTimeRangePicker`? We can't test every time in the range to check if some are disabled. Would you be OK to...

I'm reopening because I do agree we could have a better DX on that one.

> If we just simply add a required prop to our current validation pipeline, in this case, such a field would always be in an error state Could you elaborate...

I'm wondering if this prop should be in our validation pipeline, or if it should just pass `required={true}` to the `TextField` to use the browser behavior. ![image](https://github.com/mui/mui-x/assets/3309670/26872ad2-08b6-4882-a68e-279368864216) This seems more...

Let's discuss it during grooming yes!