<%= image_tag "person.svg", aria: { hidden: true }, size: 24 %> Assign to someone <%= form_with url: bucket_bubble_assignment_toggles_path(bubble.bucket, bubble), data: { controller: "form" } do |form| %> <%= form.combobox :assignee_id, bucket_bubble_users_path(bubble.bucket, bubble), required: true, preload: true, data: { controller: "autofocus", action: "hw-combobox:selection->form#submit" } %> <% end %>