diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-20 13:15:06 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-20 13:15:06 -0800 |
commit | f6b39f22c712a11842b83e12879c1ef899337291 (patch) | |
tree | c27918347c2ac39ff04020aaa9bb180b2013cb99 /management/editor/elements.go | |
parent | e4fa817d305f701be0aeb34c079c93108940e2c3 (diff) |
adding generic RepeatController JS creator and working RepeatSelect repeater input
Diffstat (limited to 'management/editor/elements.go')
-rw-r--r-- | management/editor/elements.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/management/editor/elements.go b/management/editor/elements.go index 9b35c65..75c37e2 100644 --- a/management/editor/elements.go +++ b/management/editor/elements.go @@ -325,7 +325,7 @@ func Checkbox(fieldName string, p interface{}, attrs, options map[string]string) } } - // create a *element manually using the maodified tagNameFromStructFieldMulti + // create a *element manually using the modified tagNameFromStructFieldMulti // func since this is for a multi-value name input := &element{ TagName: "input", |