Added to avoid masked text being replaced with original text when view is reloaded.
This commit is contained in:
parent
78c4d160bf
commit
431cf25faa
@ -366,6 +366,12 @@ import UIKit
|
||||
setupTextFieldToolbar()
|
||||
|
||||
if isSelected { startEditing() }
|
||||
|
||||
//Added to override text when view is reloaded.
|
||||
if let text = textEntryFieldModel?.text, !text.isEmpty {
|
||||
regexTextFieldOutputIfAvailable()
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user