more changes
This commit is contained in:
parent
6f1b300017
commit
14db4dfeaa
@ -175,7 +175,7 @@ class TextViewEntryField: EntryField, UITextViewDelegate, ObservingTextFieldDele
|
||||
//--------------------------------------------------
|
||||
// MARK: - Methods
|
||||
//--------------------------------------------------
|
||||
|
||||
|
||||
/// Validates the text of the entry field.
|
||||
@objc public func validateTextView() {
|
||||
text = textView.text
|
||||
@ -234,7 +234,7 @@ class TextViewEntryField: EntryField, UITextViewDelegate, ObservingTextFieldDele
|
||||
}
|
||||
|
||||
@objc public func textViewDidEndEditing(_ textView: UITextView) {
|
||||
|
||||
|
||||
isSelected = false
|
||||
|
||||
if isValid {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user