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