template with select multiple, input custom attribute
This commit is contained in:
parent
530a1171e6
commit
e3748c853f
4 changed files with 13 additions and 1 deletions
|
|
@ -11,4 +11,10 @@ type FormInput struct {
|
|||
IsDisabled bool
|
||||
Autocomplete bool
|
||||
IsRequired bool
|
||||
CustomAtt []CustomAtt
|
||||
}
|
||||
|
||||
type CustomAtt struct {
|
||||
AttName string
|
||||
AttValue string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue