vue-date-picker icon indicating copy to clipboard operation
vue-date-picker copied to clipboard

An option for setting disabled dates.

Open dinoperovic opened this issue 6 years ago • 0 comments

Hi, could you add an option for passing in a list of specific dates to be disabled?

<date-picker
  :disabled-dates="['2017-10-26', '2017-10-27', '2017-10-28']" 
  v-model="date"
  v-if="show"
  @close="show = false">
</date-picker>

Or maybe a way of overriding the dayDisabled method?

dinoperovic avatar Oct 23 '17 07:10 dinoperovic