BPKSelect public struct BPKSelect : View init(placeholder:options:selectedIndex:) Declaration Swift public init( placeholder: String, options: [String], selectedIndex: Binding<Int?> ) body Declaration Swift public var body: some View { get } inputState(_:) Declaration Swift public func inputState(_ state: State) -> BPKSelect State The state of the Selector. See more Declaration Swift public enum State © 2024 Backpack Design System. All rights reserved. (Last updated: 2024-10-09) Generated by jazzy ♪♫ v0.15.1, a Realm project.