removed default
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
363397e12f
commit
beb64408be
@ -216,7 +216,6 @@ class InputFieldViewController: BaseViewController<InputField> {
|
|||||||
|
|
||||||
func setupModel() {
|
func setupModel() {
|
||||||
component.fieldType = .text
|
component.fieldType = .text
|
||||||
component.width = 328
|
|
||||||
component.labelText = "Street Address"
|
component.labelText = "Street Address"
|
||||||
component.helperText = "For example: 123 Verizon St"
|
component.helperText = "For example: 123 Verizon St"
|
||||||
component.errorText = "Enter a valid address."
|
component.errorText = "Enter a valid address."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user