Merge branch 'bug/limit-datepicker-year-range' into 'master'

Limit year range in the datepicker

See merge request framasoft/mobilizon!305
This commit is contained in:
Thomas Citharel
2019-11-05 17:58:07 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
:min-date="minDate"
v-model="dateWithoutTime"
:placeholder="$t('Click to select')"
:years-range="[-2,10]"
icon="calendar"
class="is-narrow"
/>