I am using Kendo DatePickerFor.
After I recently updated my Chrome browser, it shows a blank value in the date picker control. I am using it for month selection with MMM yyyy
format.
Can anybody please help me out?
My previous chrome version was 55.0.2883
and it was working perfectly fine.
My code in view file is:
@(Html.Kendo().DatePickerFor(m => m.FromDate).Start(CalendarView.Year).Depth(CalendarView.Year).Format("MMM yyyy"))