CLASS

TextFormField

Contents

public final class TextFormField: FormField, OptionalValueString

A text form field.

Properties

kind

public let kind: Kind?

The kind of the field. The kind of a field specializes its meaning, allowing clients that support a certain "kind" to provide an improved user experience.

value

public let value: String?

Methods

encode(to:)

override public func encode(to encoder: Encoder) throws