Add support for select
This commit is contained in:
parent
61a7dbbe03
commit
1771eeb338
3 changed files with 131 additions and 89 deletions
|
@ -32,6 +32,14 @@
|
|||
<input name="skill_level" type="number" value="{{ .SkillLevel }}">
|
||||
</group>
|
||||
{{ end }}
|
||||
<select multiple name="checklist">
|
||||
<option selected value="Milk">Milk</option>
|
||||
<option value="Eggs">Eggs</option>
|
||||
</select>
|
||||
<select name="animal">
|
||||
<option value="Dog" selected>Dog</option>
|
||||
<option value="Cat">Cat</option>
|
||||
</select>
|
||||
</group>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue