Select a start date. Note that any date prior to the start date can be selected as the end date.
What is expected?
When selecting an end date, dates prior to the start date should be disabled, and when selecting a start date, dates after the end date should be disabled.
What is actually happening?
Any date can be selected for the start or end dates, even ones that are incompatible with the other end of the range.
Reproduction link
https://stackblitz.com/edit/itzefl--run?file=src/app/app.component.ts
Steps to reproduce
Select a start date. Note that any date prior to the start date can be selected as the end date.
What is expected?
When selecting an end date, dates prior to the start date should be disabled, and when selecting a start date, dates after the end date should be disabled.
What is actually happening?
Any date can be selected for the start or end dates, even ones that are incompatible with the other end of the range.
The React version disables ineligible dates as expected. https://ant.design/components/date-picker/#RangePicker