summaryrefslogtreecommitdiff
path: root/cmd/ponzu/templates/gen-select.tmpl
blob: 509eb300436910e803e5d8589f34b48be2d64b13 (plain)
1
2
3
4
5
View: editor.Select("{{ .Name }}", {{ .Initial }}, map[string]string{
    "label": "{{ .Name }}",
}, map[string]string{
    // "value": "Display Name",    
}),