fixed issue with vds refactor
This commit is contained in:
parent
696b6b99d0
commit
715a911ee4
@ -17,7 +17,7 @@ import VDS
|
|||||||
public var options: [String] = []
|
public var options: [String] = []
|
||||||
public var selectedIndex: Int?
|
public var selectedIndex: Int?
|
||||||
public var showInlineLabel: Bool = false
|
public var showInlineLabel: Bool = false
|
||||||
public var feedbackTextPlacement: VDS.EntryFieldBase.HelperTextPlacement = .bottom
|
public var feedbackTextPlacement: VDS.DropdownSelect.HelperTextPlacement = .bottom
|
||||||
|
|
||||||
public init(with options: [String], selectedIndex: Int? = nil) {
|
public init(with options: [String], selectedIndex: Int? = nil) {
|
||||||
self.options = options
|
self.options = options
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user