Merge branch 'bugfix/onvik_14895' into 'develop'

ONVIK-14895

See merge request BPHV_MIPS/mvm_core_ui!34
This commit is contained in:
Pfeil, Scott Robert 2019-04-17 13:24:55 -04:00
commit 053d0d06d6

View File

@ -116,7 +116,7 @@
+ (nullable instancetype)mfTextFieldWithMap:(nullable NSDictionary *)map bothDelegates:(nullable id<UITextFieldDelegate, MFTextFieldDelegate>)delegate {
MFTextField *textField = [self mfTextField];
textField.translatesAutoresizingMaskIntoConstraints = NO;
[textField setWithJSON:map delegateObject:[MVMCoreUIDelegateObject createWithDelegateForAll:delegate] additionalData:nil];
[textField setWithMap:map bothDelegates:delegate];
return textField;
}