Digital ACT-191 ONEAPP-7135 story: pass selectedID for test setup
This commit is contained in:
parent
fe552d1ed0
commit
a285fe853b
@ -145,6 +145,7 @@ class DropdownSelectViewController: BaseViewController<DropdownSelect> {
|
|||||||
component.errorText = "Enter a valid address."
|
component.errorText = "Enter a valid address."
|
||||||
component.tooltipModel = .init(title: "Check the formatting of your address", content:"House/Building number then street name")
|
component.tooltipModel = .init(title: "Check the formatting of your address", content:"House/Building number then street name")
|
||||||
component.options = moreOptions
|
component.options = moreOptions
|
||||||
|
component.selectId = 0
|
||||||
|
|
||||||
/// callback to know which option chose
|
/// callback to know which option chose
|
||||||
component.onDropdownItemSelect = { option in
|
component.onDropdownItemSelect = { option in
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user