diff --git a/src/views/calendar/CalendarDoc.vue b/src/views/calendar/CalendarDoc.vue index bc8a884aa..9dc814cdd 100755 --- a/src/views/calendar/CalendarDoc.vue +++ b/src/views/calendar/CalendarDoc.vue @@ -91,7 +91,7 @@ export default {
Date Restriction
-

To disable entering dates manually, set manualInput to true and to restrict selectable dates with the minDate +

To disable entering dates manually, set manualInput to false and to restrict selectable dates with the minDate and maxDate options.


 <Calendar v-model="value" :minDate="minDateValue" maxDate="maxDateValue" />