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