This commit is contained in:
Kevin G Christiano 2021-02-10 15:20:42 -05:00
parent 746daa9cd2
commit 38253cc613

View File

@ -96,8 +96,6 @@ import UIKit
open override var text: String? {
get { textField.text }
set {
NSRegularExpression(pattern: <#T##String#>, options: [])
textField.text = newValue
textEntryFieldModel?.text = newValue
}