diff --git a/app/views/shared/_add_new_item_form.rhtml b/app/views/shared/_add_new_item_form.rhtml
index b4da4b3e..2cc96c5e 100644
--- a/app/views/shared/_add_new_item_form.rhtml
+++ b/app/views/shared/_add_new_item_form.rhtml
@@ -43,7 +43,7 @@
<%= error_messages_for("item", :object_name => 'action') %>
-<%= text_field( "todo", "description", "size" => 30, "tabindex" => 1, "maxlength" => 100) %>
+<%= text_field( "todo", "description", "size" => 30, "tabindex" => 1, "maxlength" => 100, "autocomplete" => "off") %>
<%= text_area( "todo", "notes", "cols" => 29, "rows" => 6, "tabindex" => 2) %>