Skip to content

Commit

Permalink
don't use alternative input for a datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
smellyshovel committed Aug 5, 2019
1 parent 64ee344 commit 44172f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/form-elements/FormElements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<div class="flex xs12 sm6">
<va-date-picker
:label="$t('forms.dateTimePicker.customDateFormat')"
:config="{altInput: true, dateFormat: 'Y-M-d'}"
:config="{dateFormat: 'Y-M-d'}"
v-model="datepicker.customDate"
/>
</div>
Expand Down

0 comments on commit 44172f8

Please sign in to comment.