Merge branch 'vasavi/TextArea' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into mbruce/textArea
This commit is contained in:
commit
cbb3b564c9
@ -144,7 +144,6 @@ open class TextArea: EntryFieldBase {
|
|||||||
open override func setup() {
|
open override func setup() {
|
||||||
super.setup()
|
super.setup()
|
||||||
accessibilityLabel = "TextArea"
|
accessibilityLabel = "TextArea"
|
||||||
isAccessibilityElement = true
|
|
||||||
|
|
||||||
containerStackView.pinToSuperView(.uniform(VDSFormControls.spaceInset))
|
containerStackView.pinToSuperView(.uniform(VDSFormControls.spaceInset))
|
||||||
minWidthConstraint = containerView.widthAnchor.constraint(greaterThanOrEqualToConstant: containerSize.width)
|
minWidthConstraint = containerView.widthAnchor.constraint(greaterThanOrEqualToConstant: containerSize.width)
|
||||||
@ -173,7 +172,6 @@ open class TextArea: EntryFieldBase {
|
|||||||
textView.text = ""
|
textView.text = ""
|
||||||
characterCounterLabel.reset()
|
characterCounterLabel.reset()
|
||||||
characterCounterLabel.textStyle = .bodySmall
|
characterCounterLabel.textStyle = .bodySmall
|
||||||
minHeight = .twoX
|
|
||||||
setNeedsUpdate()
|
setNeedsUpdate()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user