Open likeadeckofcards opened 8 years ago
@yuche or anyone else have you encountered this problem at all?
You wrote disabled-days-of-Week
, your W
is in uppercase.
vue is case sensitive, put all in lowercase.
EDIT: sorry I test it and that work if is uppercase, so I don't know what could be the problem...
I did some tests and work right... You tested the last version?
I have tried both version 1.0.11 and 1.0.10 and neither one work. I am trying to disable days based on the selection above the datepicker. Basically if they chose a value that is a sunday I want everything else to be disabled. Everything I have tried it passes in the array of disabled days but it won't disable those days to make it where the user can only choose that day of the week.
My Vue file:
Here is a screen capture of the data being passed in and the datepicker itself where you can see that it is not disabling days.