CLASS

SelectFormField

Contents

swift
public final class SelectFormField: FormField, OptionalValueString

A form field that provides a set of options to be presented to the user.

Properties

options

swift
public let options: [Option]

The options available for user selection.

value

swift
public let value: String?

Methods

encode(to:)

swift
override public func encode(to encoder: Encoder) throws