ly525 / material-vue-daterange-picker

a date-range-picker follows the Material Design spec powered by vue.js (alpha)
https://ly525.github.io/material-vue-daterange-picker/
MIT License
73 stars 20 forks source link

Disabled dates #64

Open camilo0119 opened 5 years ago

camilo0119 commented 5 years ago

minDate: (Date or string) The earliest date a user may select. maxDate: (Date or string) The latest date a user may select.

I need to block the selection before and after a set date range. Please help!!!

ly525 commented 5 years ago

I am busy recent weeks, but not future days。 Pass a function as disabled rule may it ok? I will learn more about how other component realize this

camilo0119 commented 5 years ago

i'm Sorry, how send a function as rule?

ly525 commented 5 years ago

@camilo0119 sorry, not available now, I will support it later

tonnyorg commented 2 years ago

@ly525 any progress on this?