I know there is minDate and maxDate for disabling days before and after... I haven't seen a way to specify the period that is allowed to even be moved through for the control? One of my requirements is today + 1 year. The primary issue is that if you end up scrolling too far one way or another it can be difficult to get back, whereas if there were less months / years to scroll through it would be simpler.
I know there is
minDate
andmaxDate
for disabling days before and after... I haven't seen a way to specify the period that is allowed to even be moved through for the control? One of my requirements istoday + 1 year
. The primary issue is that if you end up scrolling too far one way or another it can be difficult to get back, whereas if there were less months / years to scroll through it would be simpler.