diff --git a/internal/ui/pages/app_space_tags.templ b/internal/ui/pages/app_space_tags.templ index 2165648..2a7c581 100644 --- a/internal/ui/pages/app_space_tags.templ +++ b/internal/ui/pages/app_space_tags.templ @@ -26,6 +26,9 @@ templ SpaceTagsPage(space *model.Space, tags []*model.Tag) { @input.Input(input.Props{ Name: "name", Placeholder: "New tag name...", + Attributes: templ.Attributes{ + "autocomplete": "off", + }, }) @button.Button(button.Props{ Type: button.TypeSubmit,