Don't autocomplete

This commit is contained in:
Jason Zimdars
2024-12-13 17:02:11 -06:00
parent 0b28a18c05
commit b6d4e8a07e
+1 -1
View File
@@ -8,7 +8,7 @@
<%= form_with url: bucket_bubble_boosts_path(bubble.bucket, bubble),
class: "boost__form",
data: { action: "toggle-class#toggle" } do %>
<%= text_field_tag :boost_count, bubble.boosts_count, min: 1, class: "input borderless boost__input" %>
<%= text_field_tag :boost_count, bubble.boosts_count, min: 1, class: "input borderless boost__input", autocomplete: "off" %>
<%= tag.button "+", class: "btn btn--plain boost__btn", type: :submit %>
<% end %>
<% end %>