From a2026a4319069a7b56b67a7953511e22d334b75c Mon Sep 17 00:00:00 2001 From: vasavk Date: Tue, 27 Feb 2024 17:24:16 +0530 Subject: [PATCH] Digital ACT191 story ONEAPP-6682 removed unnecessary code --- VDS/Components/TextFields/TextArea/TextArea.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/VDS/Components/TextFields/TextArea/TextArea.swift b/VDS/Components/TextFields/TextArea/TextArea.swift index a9c1cbf4..3cf465dc 100644 --- a/VDS/Components/TextFields/TextArea/TextArea.swift +++ b/VDS/Components/TextFields/TextArea/TextArea.swift @@ -143,7 +143,6 @@ open class TextArea: EntryFieldBase { open override func setup() { super.setup() accessibilityLabel = "TextArea" - isAccessibilityElement = true containerStackView.pinToSuperView(.uniform(VDSFormControls.spaceInset)) minWidthConstraint = containerView.widthAnchor.constraint(greaterThanOrEqualToConstant: containerSize.width) @@ -172,7 +171,6 @@ open class TextArea: EntryFieldBase { textView.text = "" characterCounterLabel.reset() characterCounterLabel.textStyle = .bodySmall - minHeight = .twoX setNeedsUpdate() }