From 14d77ef81fdaeaa1fc4cbc0390a16fd367f1de94 Mon Sep 17 00:00:00 2001 From: vasavk Date: Thu, 18 Apr 2024 15:51:07 +0530 Subject: [PATCH] Digital ACT-191 CXTDT-546821 defect: Accessibility - Text area input field is not receiving swipe focus --- VDS/Components/TextFields/TextArea/TextArea.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VDS/Components/TextFields/TextArea/TextArea.swift b/VDS/Components/TextFields/TextArea/TextArea.swift index 9241b908..5bd41ad1 100644 --- a/VDS/Components/TextFields/TextArea/TextArea.swift +++ b/VDS/Components/TextFields/TextArea/TextArea.swift @@ -160,7 +160,6 @@ open class TextArea: EntryFieldBase { /// Called once when a view is initialized and is used to Setup additional UI or other constants and configurations. open override func setup() { super.setup() - accessibilityLabel = "TextArea" validator = FormFieldValidator