Merge branch 'bugfix/maskedText_unified' into 'release/8_7_0'
Bugfix/maskedText unified See merge request BPHV_MIPS/mvm_core_ui!687
This commit is contained in:
commit
dd40a21887
@ -366,6 +366,12 @@ import UIKit
|
||||
setupTextFieldToolbar()
|
||||
|
||||
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