Limit year range in the datepicker
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
:min-date="minDate"
|
||||
v-model="dateWithoutTime"
|
||||
:placeholder="$t('Click to select')"
|
||||
:years-range="[-2,10]"
|
||||
icon="calendar"
|
||||
class="is-narrow"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user