Merge branch 'release/8_7_0' into bugfix/CXTDT-139439
* release/8_7_0: Code changes as per review comment. Added to avoid masked text being replaced with original text when view is reloaded.
This commit is contained in:
commit
d8f3ff1773
@ -366,6 +366,12 @@ import UIKit
|
|||||||
setupTextFieldToolbar()
|
setupTextFieldToolbar()
|
||||||
|
|
||||||
if isSelected { startEditing() }
|
if isSelected { startEditing() }
|
||||||
|
|
||||||
|
//Added to override text when view is reloaded.
|
||||||
|
if let text = model.text, !text.isEmpty {
|
||||||
|
regexTextFieldOutputIfAvailable()
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user