vue3-persian-datetime-picker icon indicating copy to clipboard operation
vue3-persian-datetime-picker copied to clipboard

min and max is not working with disable property as an array

Open hassanpdn opened this issue 1 year ago • 0 comments

<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?

hassanpdn avatar Jun 06 '23 10:06 hassanpdn