fix: create tag input not having autocomplete attr
This commit is contained in:
parent
91679c3aee
commit
7ceac1ffeb
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ templ SpaceTagsPage(space *model.Space, tags []*model.Tag) {
|
||||||
@input.Input(input.Props{
|
@input.Input(input.Props{
|
||||||
Name: "name",
|
Name: "name",
|
||||||
Placeholder: "New tag name...",
|
Placeholder: "New tag name...",
|
||||||
|
Attributes: templ.Attributes{
|
||||||
|
"autocomplete": "off",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
@button.Button(button.Props{
|
@button.Button(button.Props{
|
||||||
Type: button.TypeSubmit,
|
Type: button.TypeSubmit,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue