From 9168aecd94d3917af1cb50945851df4f8f347344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 28 Jun 2022 16:44:20 +0300 Subject: [PATCH] Update CalendarDoc.vue --- src/views/calendar/CalendarDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" />