The reported behavior that causes the DatePicker to become disabled when the min property changes dynamically
Steps to Reproduce :
- Select a date in the "Start Date" picker
- Click on the "End Date" picker to focus it
- 🐛 BUG: End Date picker becomes disabled/unresponsive
- Try clicking elsewhere and back - picker remains broken
Expected: End Date picker should remain interactive with minDate constraint applied.
Actual: End Date picker gets disabled when minDate changes from null to a date value