This commit is contained in:
Kevin G Christiano 2021-01-07 11:00:15 -05:00
parent c8d628da31
commit 49c97466d6

View File

@ -324,6 +324,7 @@ import UIKit
self.updateValidation(validState)
if !validState && model.shouldClearText {
self.text = ""
model.shouldClearText = false
}
})
}