Skip to content

Commit 0c30403

Browse files
committed
ALCS-2449 Merge into develop
1 parent 132faac commit 0c30403

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

alcs-frontend/src/app/features/application/decision/decision-v2/decision-input/decision-components/decision-component/decision-component.component.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ <h5>{{ data.applicationDecisionComponentType?.label }}</h5>
1616
"
1717
class="row-no-flex"
1818
>
19+
<div class="full-width">
20+
<mat-form-field appearance="outline" class="row">
21+
<mat-label>ALR Area Impacted (ha)</mat-label>
22+
<input
23+
matInput
24+
min="0.01"
25+
mask="separator.5"
26+
thousandSeparator=","
27+
separatorLimit="9999999999"
28+
formControlName="alrArea"
29+
required
30+
/>
31+
</mat-form-field>
32+
</div>
1933
</div>
2034

2135
<div *ngIf="data.applicationDecisionComponentTypeCode === COMPONENT_TYPE.POFO" class="row-no-flex">

0 commit comments

Comments
 (0)