This is annoying

This commit is contained in:
Jason Zimdars
2025-04-23 08:53:43 -05:00
parent 14d0b995a8
commit 23bd8a569e
+1 -1
View File
@@ -3,7 +3,7 @@
<strong class="popup__title margin-block-half pad-inline-half">Tag this…</strong>
<%= form_with url: card_taggings_path(@card), class: "flex gap-half align-center full-width pad-inline-half margin-block-end" do |form| %>
<%= form.text_field :tag_title, placeholder: "New tag name...", class: "input txt-small full-width" %>
<%= form.text_field :tag_title, placeholder: "New tag name...", class: "input txt-small full-width", autocomplete: "off" %>
<%= form.button "Add a tag…", type: "submit", class: "btn txt-small" do %>
<%= icon_tag "add" %>
<span class="for-screen-reader">Add a tag</span>