Ionic-Calendar icon indicating copy to clipboard operation
Ionic-Calendar copied to clipboard

Min and Max date

Open my8mind opened this issue 9 years ago • 1 comments

Hi @twinssbc thanks for your great plugin. I was wondering if it's possibile to set a minimun and maximun date to stop the calendar from sliding month after month. Thank you

my8mind avatar Aug 02 '16 13:08 my8mind

@my8mind This is a bit difficult, as the ionic slide box doesn't provide some "BeforeSlideChange" event to allow cancelling the slide. I think an easy workaround is that you don't allow adding event if the calendar is out of the min and max date.

twinssbc avatar Aug 03 '16 00:08 twinssbc