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() }