From 4e9bd45e5e5616ecfb20c3f3a68f17ad3240b234 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Sat, 26 Apr 2025 18:57:37 -0500 Subject: [PATCH] Autocomplete + autofocus is annoying --- app/views/collections/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/collections/new.html.erb b/app/views/collections/new.html.erb index f2c4b9e3d..0b391b4e2 100644 --- a/app/views/collections/new.html.erb +++ b/app/views/collections/new.html.erb @@ -10,7 +10,7 @@ <%= form_with model: @collection, class: "flex flex-column gap txt-large", data: { controller: "form" } do |form| %>

Create a new collection