fix: missing autocomplete attr for shopping list name input
This commit is contained in:
parent
998d3cb300
commit
18af2b73da
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ templ SpaceListDetailPage(space *model.Space, list *model.ShoppingList, items []
|
|||
@input.Input(input.Props{
|
||||
Name: "name",
|
||||
Placeholder: "New item...",
|
||||
Attributes: templ.Attributes{
|
||||
"autocomplete": "off",
|
||||
},
|
||||
})
|
||||
@button.Button(button.Props{
|
||||
Type: button.TypeSubmit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue