Closed oliviertassinari closed 3 years ago
What needs to be done? Remove the component and update the docs?
@havgry Yes, this sounds about right
Is this taken by someone or can I take it?
@huzaima You are good to go :)
Thanks. Let me get back with a PR.
Pull Request #24298
The
DateRangDelimiter
solves the following problem:https://github.com/mui-org/material-ui/blob/bbf2485fd7f8f09fdb338193f265be6277c98e7b/packages/material-ui-lab/src/DateRangeDelimiter/DateRangeDelimiter.tsx#L4-L9
I propose we drop it, and replace it with
<Box sx={{ mx: 2 }} />
. It's even more true as the product teams usually have a tone of different approaches to display the range. https://www.daterangepicker.com/ inherit some of this flexibility required.