Limit year range in the datepicker
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
e799b8a77f
commit
9f1d8b9daf
|
@ -39,6 +39,7 @@ In order to move participant stats to the event table for existing events, you n
|
||||||
- Improve Docker setup and docs
|
- Improve Docker setup and docs
|
||||||
- Upgrade vue-cli to v4, change the way server params injection is made
|
- Upgrade vue-cli to v4, change the way server params injection is made
|
||||||
- Improve some production ipv6 configuration
|
- Improve some production ipv6 configuration
|
||||||
|
- Limited year range in the DatePicker
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix event URL validation and check if hostname is correct before showing it
|
- Fix event URL validation and check if hostname is correct before showing it
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
:min-date="minDate"
|
:min-date="minDate"
|
||||||
v-model="dateWithoutTime"
|
v-model="dateWithoutTime"
|
||||||
:placeholder="$t('Click to select')"
|
:placeholder="$t('Click to select')"
|
||||||
|
:years-range="[-2,10]"
|
||||||
icon="calendar"
|
icon="calendar"
|
||||||
class="is-narrow"
|
class="is-narrow"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue