updated to include helper selector
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
73c5ae8114
commit
eb9350ba6d
@ -151,6 +151,7 @@ class TextEntryFieldViewController: BaseViewController {
|
||||
|
||||
//setup UI
|
||||
surfacePickerSelectorView.text = textEntryField.surface.rawValue
|
||||
helperTextPlacementPickerSelectorView.text = textEntryField.helperTextPlacement.rawValue
|
||||
disabledSwitch.isOn = textEntryField.disabled
|
||||
requiredSwitch.isOn = textEntryField.required
|
||||
labelTextField.text = textEntryField.labelText
|
||||
|
||||
Loading…
Reference in New Issue
Block a user