Skip to content
Closed
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
fix: TT-482 input Date out change disable to false
  • Loading branch information
scastillo-jp committed Jan 13, 2022
commit 62b2018ee87fbfe85dd1bfa41965ba06578f64a9
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]="true"
[disabled]="false"
[class.is-invalid]="end_date.invalid && end_date.touched"
required
[max]="getCurrentDate()"
Expand Down