19.3.0.47
Steps to reproduce:
- Use SfDatepicker with depth CalenderView.Month and Min value = DateTime.Now.AddMonths(-1).Addays(1)
- Now you can´t use the arrows to go to the previous month, nothing happens when you click the arrow. However you can navigate with the keyboard to the previous month. We suspect that when the date that is in focus for the current month is out of range in the previous month nothing happends.
Expected behaviour is to go to the previous month regardless if the focused date is available in the previous month or not.
The problem goes both ways for "Next month" aswell if the current focused date is not available in the next month the "Next arrow" does nothing when Max is set and Max does not include current month date for the next month.