method
MultiSelectField.LabelTranslations
Public method MultiSelectField.LabelTranslations from github.com/riducms/ridu/field.
Arguments
| Argument | Type | Description |
|---|---|---|
values | map[string]string | The values value. |
Returns
The declared result.
MultiSelectFieldFull signature
func (f MultiSelectField) LabelTranslations(
values map[string]string,
) MultiSelectFieldRelated types
MultiSelectFieldMultiSelectField configures a field for choosing several values from a fixed list.