fixed issue with vds refactor

This commit is contained in:
Matt Bruce 2024-08-10 11:30:47 -05:00
parent 696b6b99d0
commit 715a911ee4

View File

@ -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