Fixed missing name attribute on select component.
This commit is contained in:
parent
c1e9baabe6
commit
939e1ceed5
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ func SelectList(el OptionsParams) Node {
|
||||||
el.Label,
|
el.Label,
|
||||||
Select(
|
Select(
|
||||||
Class("select "+formFieldStatusClass(el.Form, el.FormField)),
|
Class("select "+formFieldStatusClass(el.Form, el.FormField)),
|
||||||
|
Name(el.Name),
|
||||||
buttons,
|
buttons,
|
||||||
),
|
),
|
||||||
Help(el.Help),
|
Help(el.Help),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue