Skip to content

Commit 24f8d09

Browse files
authored
Merge pull request #2039 from bcgov/hotfix/ALCS-2449-return-alr-area-missingfield
ALCS-2449 HOTFIX - Added ALR field to the 3 missing types
2 parents efa2af2 + 853ae5d commit 24f8d09

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

+14
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)