function

MultiSelect

MultiSelect creates a field for choosing several values from a fixed list. Values are stored exactly as given; display labels are generated during resolution. Use Options to configure custom labels or translations.

Arguments

ArgumentTypeDescription
namestringThe name value.
values[]stringThe values value.

Returns

The declared result.

MultiSelectField

Full signature

func MultiSelect( name string, values ...string, ) MultiSelectField

Source field/fluent.go:1267

Related types

  • MultiSelectField

    MultiSelectField configures a field for choosing several values from a fixed list.

Related guides