mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
<%= turbo_frame_tag dom_id(@chat, :title), class: "block" do %>
|
|
<%= styled_form_with model: @chat, data: { controller: "auto-submit-form", auto_submit_form_trigger_event_value: "blur" } do |f| %>
|
|
<%= f.text_field :title,
|
|
data: { auto_submit_form_target: "auto" },
|
|
autofocus: true,
|
|
inline: true,
|
|
class: "w-full rounded-md px-2 py-1 text-sm font-medium bg-transparent" %>
|
|
<% end %>
|
|
<% end %>
|