udpated logic
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
90976d773a
commit
620fb1e43b
@ -206,13 +206,8 @@ open class TextArea: EntryFieldBase {
|
|||||||
widthConstraint?.isActive = false
|
widthConstraint?.isActive = false
|
||||||
minWidthConstraint?.isActive = true
|
minWidthConstraint?.isActive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
let characterError = getCharacterCounterText()
|
characterCounterLabel.text = getCharacterCounterText()
|
||||||
if let maxLength, maxLength > 0 {
|
|
||||||
characterCounterLabel.text = characterError
|
|
||||||
} else {
|
|
||||||
characterCounterLabel.text = ""
|
|
||||||
}
|
|
||||||
|
|
||||||
icon.size = .medium
|
icon.size = .medium
|
||||||
icon.color = iconColorConfiguration.getColor(self)
|
icon.color = iconColorConfiguration.getColor(self)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user