vue3-datepicker icon indicating copy to clipboard operation
vue3-datepicker copied to clipboard

Example using disabledDates as a function?

Open dessery85 opened this issue 4 years ago • 0 comments

Hi

I am trying to use disabledDates as a function so that I can disable weekends and a few other dates in the datepicker. I have done everything I can think of try and disable it but nothing ever happens. I would like to pass it off to a method in my component to do some processing.

I have tried searching the source code for predicate to see if I could work it out and I can even see a single reference to this parameter.

I am using version 0.2.5.

My apologies if I am being really dumb!

Many thanks David

dessery85 avatar Oct 20 '21 19:10 dessery85