vue3-persian-datetime-picker
vue3-persian-datetime-picker copied to clipboard
min and max is not working with disable property as an array
<date-picker :disable="OpenDays" :min="OpenDays[0]" :max="OpenDays[OpenDays.length - 1]" v-model="selectedOpenDay" format="MM/DD" :auto-submit="true" locale="en" custom-input="#date-picker"></date-picker>
This is not working when using together. Is there anyway else?