('month-and-year')
field.onChange(val.toDate(getLocalTimeZone()))"
- layout="month-and-year" />
+ layout="month-and-year" :min-value="today(getLocalTimeZone())" />
@@ -210,7 +224,8 @@ const layout = ref('month-and-year')
field.onChange(val.toDate(getLocalTimeZone()))"
- :default-placeholder="defaultPlaceholder" layout="month-and-year">
+ :default-placeholder="defaultPlaceholder" :min-value="minEndDate"
+ :max-value="maxEndDate" layout="month-and-year">