Correct year length validation
This commit is contained in:
parent
1143a34bda
commit
24dd55acd9
@ -50,7 +50,7 @@
|
||||
<label>Year</label>
|
||||
<input
|
||||
id="date-year"
|
||||
maxlength="2"
|
||||
maxlength="4"
|
||||
type="number"
|
||||
v-model="year"
|
||||
{% if maxdate %}max="{{ maxdate.year }}"{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user