Skip to content

Commit

Permalink
♻️ refactor(Indicator-details) P2-903: added maxlength to value achiv…
Browse files Browse the repository at this point in the history
…ed in 2024
  • Loading branch information
xKeCo committed Dec 2, 2024
1 parent d1ab46e commit 35a18cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="indicator_title">
[(ngModel)]="this.indicatorData.achieved_in_2024"
[inputStyle]="{ width: '103px' }"
[min]="0"
[max]="999999999999999"
[maxlength]="16"
placeholder="100"
[readonly]="isSubmitted"></p-inputNumber>

Expand Down

0 comments on commit 35a18cd

Please sign in to comment.