Merge pull request #2727 from tugcekucukoglu/calendar-demo

Update CalendarDoc.vue
pull/2728/head
Tuğçe Küçükoğlu 2022-06-28 16:44:36 +03:00 committed by GitHub
commit 110ae5ade5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export default {
</code></pre>
<h5>Date Restriction</h5>
<p>To disable entering dates manually, set <i>manualInput</i> to true and to restrict selectable dates with the <i>minDate</i>
<p>To disable entering dates manually, set <i>manualInput</i> to false and to restrict selectable dates with the <i>minDate</i>
and <i>maxDate</i> options.</p>
<pre v-code><code>
&lt;Calendar v-model="value" :minDate="minDateValue" maxDate="maxDateValue" /&gt;