Flavien DELANGLE
Flavien DELANGLE
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.  This seems more...
Let's discuss it during grooming yes!