Skip to content

Commit

Permalink
feat: enforce expiration date in datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Sep 23, 2021
1 parent 469ff18 commit 5d2512e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
:min-date="minExpirationDate"
:max-date="maxExpirationDate"
:locale="$language.current"
:is-required="$_expirationDate.enforced"
class="files-recipient-expiration-datepicker"
data-testid="recipient-datepicker"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
:min-date="minExpirationDate"
:max-date="maxExpirationDate"
:locale="$language.current"
:is-required="expirationDateEnforced"
class="files-recipient-expiration-datepicker"
data-testid="recipient-datepicker"
>
Expand Down

0 comments on commit 5d2512e

Please sign in to comment.