The DateRangePicker's Calendar popup will navigate to the Min value when the user deletes the currently selected EndValue.
https://blazorrepl.telerik.com/GzEPQoPw45otLVRU34
Select Start and End value.
Delete the End value.
The Calendar will show the Min value year, which is 1975 in this case. If Min is not set, the component will show 1900.
The problem occurs only with nullable values.
After an upgrade, I have a DateRangePicker bind to null values, and the dates showed when opening the drop-down date selector are "January 1900 - February 1900". Previously (in 3.3), it was showing the current month and year.
It seems that a bug was introduced in 3.4.
After the 3.1 update, the OnChange event no longer fires. It fires only on Enter key press.
See this REPL link.