more changes

This commit is contained in:
Kevin G Christiano 2020-05-12 16:45:07 -04:00
parent 6f1b300017
commit 14db4dfeaa

View File

@ -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 {