CLASS
SelectFormField
Contents
- Properties
optionsvalue
 - Methods
encode(to:)
 
public final class SelectFormField: FormField, OptionalValueString
A form field that provides a set of options to be presented to the user.
Properties
options
public let options: [Option]
The options available for user selection.
value
public let value: String?
Methods
encode(to:)
override public func encode(to encoder: Encoder) throws