Skip to content

Commit b348c2f

Browse files
JLeenksukhpalp
andauthored
WFPREV-944: Display hint text as 0.00 (#1114)
Co-authored-by: Sukh <6563909+sukhpalp@users.noreply.github.com>
1 parent da93032 commit b348c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/wfprev-war/src/main/angular/src/app/components/wfprev-performance-update-modal-window/wfprev-performance-update-modal-window.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</div>
5454
<div class="modal-window-row">
5555
<div>
56-
<wfprev-input-field [id]="'revisedForecast'" [label]="'Revised Forecast'" [placeholder]="'#,###'"
56+
<wfprev-input-field [id]="'revisedForecast'" [label]="'Revised Forecast'" [placeholder]="'0.00'"
5757
[type]="'number'" [control]="revisedForecastControl" [tooltip]="'Revised Forecast'" [required]="false"
5858
[errorMessages]="{ min: messages.positiveNumber, maxlength: messages.maxLengthExceeded, max: messages.maxLengthExceeded }"
5959
[prefix]="'$'" />

0 commit comments

Comments
 (0)