Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "fix: TT-482 input Date out change disable to false (#791)"
This reverts commit 3899a2a.
  • Loading branch information
scastillo-jp authored Jan 13, 2022
commit 4013dc99c7400d27db4e9037f9573f9760e84472
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
class="form-control"
aria-label="Small"
aria-describedby="inputGroup-sizing-sm"
[disabled]="false"
[disabled]="true"
[class.is-invalid]="end_date.invalid && end_date.touched"
required
[max]="getCurrentDate()"
Expand Down