SelectField

The Select field type used in Statamic.

Type Definition

Dropdown select input.

type 
SelectField
<
T
extends
FieldValue
> =
SelectFieldSingle
<
T
> |
SelectFieldSingle
<
T
>[];
The value type for the select input

SelectFieldSingle

Structure for Select field single instances.

type 
SelectFieldSingle
<
T
extends
FieldValue
> =
LabeledValue
<
T
>;
The value type for the select single input