mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 20:38:48 +01:00
Add autocomplete=off to the todo_description text input field so you don't get the annoying drop-down of old data.
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
This commit is contained in:
parent
602929a35f
commit
5b7e62e43f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
<div id="status"><%= error_messages_for("item", :object_name => 'action') %></div>
|
||||
|
||||
<label for="todo_description">Description</label>
|
||||
<%= text_field( "todo", "description", "size" => 30, "tabindex" => 1, "maxlength" => 100) %>
|
||||
<%= text_field( "todo", "description", "size" => 30, "tabindex" => 1, "maxlength" => 100, "autocomplete" => "off") %>
|
||||
|
||||
<label for="todo_notes">Notes</label>
|
||||
<%= text_area( "todo", "notes", "cols" => 29, "rows" => 6, "tabindex" => 2) %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue