vue3-datepicker
vue3-datepicker copied to clipboard
Example using disabledDates as a function?
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