小小鲁班
小小鲁班
Is that ok If we provide a input `slot` for you ? https://github.com/ly525/material-vue-daterange-picker/blob/master/src/components/Picker.vue#L4
if you have any question,please let me know
You mean something like this ?   You can see this demo here: https://ant.design/components/date-picker/#components-date-picker-demo-size 
you can custom the shortcuts
I will update the link soon
@diomed the invite link has been updated, thx!
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 sorry, not available now, I will support it later
@RakibSiddiquee Sorry, I got a todo list for v-model: https://github.com/ly525/material-vue-daterange-picker/blob/ee4d5c8d1a11472174afe6d4e4612421c5e8b4d6/src/components/Picker.vue#L343 You can use `@change` and `value` to mock `v-model` temporarily, I will implement the function this weekday.
@RakibSiddiquee sorry, I almost forgot that we do not support prop: `value`, you need to set `startDate` and `endDate` to mock `value` temporarily I will support `value`(Array) prop soon.