Skip to content

Commit

Permalink
refactor demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Aug 22, 2022
1 parent 4b8b522 commit ced915a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/calendar/CalendarDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="p-fluid grid formgrid">
<div class="field col-12 md:col-4">
<label for="basic">Basic</label>
<Calendar id="basic" v-model="date1" :showOtherMonths="false" autocomplete="off" />
<Calendar id="basic" v-model="date1" autocomplete="off" />
</div>
<div class="field col-12 md:col-4">
<label for="dateformat">DateFormat</label>
Expand Down

0 comments on commit ced915a

Please sign in to comment.