forked from goffee/core
Input required, table (class, href, badge)
This commit is contained in:
parent
f398ebb02d
commit
458ad520ca
6 changed files with 31 additions and 11 deletions
|
|
@ -5,6 +5,9 @@
|
|||
{{if eq .IsDisabled true}}
|
||||
disabled
|
||||
{{end}}
|
||||
{{if eq .IsRequired true}}
|
||||
required
|
||||
{{end}}
|
||||
{{if ne .Value ""}}
|
||||
value="{{.Value}}"
|
||||
{{end}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue