From a05a2362659a93c365140b5629af618a8ad21aef Mon Sep 17 00:00:00 2001 From: Felipe Barreta Date: Mon, 16 Dec 2024 14:52:07 -0800 Subject: [PATCH] ALCS-2332 Added 5 decimal places validation and user hint --- .../parcel-details/parcel-entry/parcel-entry.component.html | 3 +++ .../parcels/parcel-entry/parcel-entry.component.html | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/portal-frontend/src/app/features/applications/edit-submission/parcel-details/parcel-entry/parcel-entry.component.html b/portal-frontend/src/app/features/applications/edit-submission/parcel-details/parcel-entry/parcel-entry.component.html index 443bd20efa..34240f1843 100644 --- a/portal-frontend/src/app/features/applications/edit-submission/parcel-details/parcel-entry/parcel-entry.component.html +++ b/portal-frontend/src/app/features/applications/edit-submission/parcel-details/parcel-entry/parcel-entry.component.html @@ -128,6 +128,9 @@ warning
This field is required
+
+ Example: 1.12345 (can be up to 5 decimal places) +
diff --git a/portal-frontend/src/app/features/notice-of-intents/edit-submission/parcels/parcel-entry/parcel-entry.component.html b/portal-frontend/src/app/features/notice-of-intents/edit-submission/parcels/parcel-entry/parcel-entry.component.html index e39ac8baa6..31b643215e 100644 --- a/portal-frontend/src/app/features/notice-of-intents/edit-submission/parcels/parcel-entry/parcel-entry.component.html +++ b/portal-frontend/src/app/features/notice-of-intents/edit-submission/parcels/parcel-entry/parcel-entry.component.html @@ -108,7 +108,7 @@ warning
This field is required
+
+ Example: 1.12345 (can be up to 5 decimal places) +