Skip to content

Commit

Permalink
Merge branch 'P2-903-Tracking-of-outcomes-achievements-against-target…
Browse files Browse the repository at this point in the history
…s' into dev
  • Loading branch information
xKeCo committed Dec 2, 2024
2 parents c6539c4 + e896832 commit 2676f6c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ <h1 class="indicator_title">
<app-pr-field-header label="Cumulative value achieved by end of 2024" [required]="true"></app-pr-field-header>
<p-inputNumber
[(ngModel)]="this.indicatorData.achieved_in_2024"
[inputStyle]="{ width: '44px' }"
[inputStyle]="{ width: '103px' }"
[min]="0"
[max]="999999999999999"
placeholder="100"
[readonly]="isSubmitted"></p-inputNumber>

Expand Down

0 comments on commit 2676f6c

Please sign in to comment.