diff --git a/bookmarks/components/TagAutocomplete.svelte b/bookmarks/components/TagAutocomplete.svelte index 26d2dee..27a6aa0 100644 --- a/bookmarks/components/TagAutocomplete.svelte +++ b/bookmarks/components/TagAutocomplete.svelte @@ -119,7 +119,7 @@
diff --git a/bookmarks/templates/bookmarks/form.html b/bookmarks/templates/bookmarks/form.html index ccbde82..1f6b3fc 100644 --- a/bookmarks/templates/bookmarks/form.html +++ b/bookmarks/templates/bookmarks/form.html @@ -21,7 +21,7 @@
- {{ form.tag_string|add_class:"form-input"|attr:"autocomplete:off" }} + {{ form.tag_string|add_class:"form-input"|attr:"autocomplete:off"|attr:"autocapitalize:off" }}
Enter any number of tags separated by space and without the hash (#). If a tag does not exist it will be diff --git a/bookmarks/tests/test_bookmark_edit_view.py b/bookmarks/tests/test_bookmark_edit_view.py index fc07e3a..bc8cc6c 100644 --- a/bookmarks/tests/test_bookmark_edit_view.py +++ b/bookmarks/tests/test_bookmark_edit_view.py @@ -87,7 +87,7 @@ class BookmarkEditViewTestCase(TestCase, BookmarkFactoryMixin): tag_string = build_tag_string(bookmark.tag_names, ' ') self.assertInHTML(f''' + autocomplete="off" autocapitalize="off" class="form-input" id="id_tag_string"> ''', html) self.assertInHTML(f'''