fixed bug in textarea maxLength
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
46d4098cf2
commit
c2e7465c4e
@ -111,7 +111,9 @@ open class TextArea: EntryFieldBase {
|
||||
}
|
||||
|
||||
didSet {
|
||||
validate()
|
||||
if textView.isFirstResponder {
|
||||
validate()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user