method
SelectField.LabelTranslations
Public method SelectField.LabelTranslations from github.com/riducms/ridu/field.
Arguments
| Argument | Type | Description |
|---|---|---|
values | map[string]string | The values value. |
Returns
The declared result.
SelectFieldFull signature
func (f SelectField) LabelTranslations(values map[string]string) SelectFieldRelated types
SelectFieldSelectField configures a field for choosing one value from a fixed list.