From 166bee2e1ab8a001ed1d03e5fc50667d6abad6b3 Mon Sep 17 00:00:00 2001
From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Date: Thu, 23 Oct 2025 10:03:13 +0200
Subject: [PATCH] [ACS-10295] Fixed reading invalid input errors on profile
page by screen reader (#4860)
---
.../view-profile/view-profile.component.html | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.component.html b/projects/aca-content/src/lib/components/view-profile/view-profile.component.html
index 66b0c7705..8aa6b4ae4 100644
--- a/projects/aca-content/src/lib/components/view-profile/view-profile.component.html
+++ b/projects/aca-content/src/lib/components/view-profile/view-profile.component.html
@@ -65,8 +65,8 @@
{{'APP.EDIT_PROFILE.TELEPHONE' | translate}}
{{personDetails?.telephone}}
-
+ class="app-profile-general-dropdown-input-details app-selected" aria-describedby="app-view-profile-phone-error-message">
+
{{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }}
@@ -75,8 +75,8 @@
{{'APP.EDIT_PROFILE.MOBILE' | translate}}
{{personDetails?.mobile}}
-
+ class="app-profile-general-dropdown-input-details app-selected" aria-describedby="app-view-profile-mobile-error-message">
+
{{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }}
@@ -131,8 +131,9 @@
{{'APP.EDIT_PROFILE.TELEPHONE' | translate}}
{{personDetails?.company?.telephone}}
-
+ class="app-profile-general-dropdown-input-details app-selected" aria-describedby="app-view-profile-company-phone-error-message">
+
{{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }}
@@ -141,8 +142,9 @@
{{'APP.EDIT_PROFILE.EMAIL' | translate}}
{{personDetails?.company?.email}}
-
+ class="app-profile-general-dropdown-input-details app-selected" aria-describedby="app-view-profile-company-email-error-message">
+
{{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }}