add ID to button
This commit is contained in:
parent
8950cb539a
commit
5896e6e617
4 changed files with 16 additions and 10 deletions
|
|
@ -8,6 +8,9 @@
|
|||
{{if eq .IsRequired true}}
|
||||
required
|
||||
{{end}}
|
||||
{{if eq .Autocomplete false}}
|
||||
autocomplete="off"
|
||||
{{end}}
|
||||
{{if ne .Value ""}}
|
||||
value="{{.Value}}"
|
||||
{{end}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue