CLASS

SelectFormField

Contents

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.

value

public let value: String?