back
This commit is contained in:
parent
746daa9cd2
commit
38253cc613
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user