Make date picker aware of the birthday max value
This commit is contained in:
parent
dd97a23ce7
commit
03d5c2e140
2 changed files with 4 additions and 1 deletions
|
|
@ -183,7 +183,7 @@
|
|||
:disabled="isPending"
|
||||
class="form-control"
|
||||
type="date"
|
||||
max="birthdayMin"
|
||||
:max="birthdayRequired ? birthdayMinAttr : undefined"
|
||||
:aria-required="birthdayRequired"
|
||||
>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue