fix textareas resizing when typing in
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-18 22:13:32 -04:00
parent c0d2c69144
commit 440dc5061b
24 changed files with 476 additions and 276 deletions

View File

@ -37,9 +37,11 @@
<%= label(f, :notes, gettext("Notes"), class: "title text-lg text-primary-600") %>
<%= textarea(f, :notes,
id: "add-shot-group-form-notes",
class: "input input-primary col-span-2",
placeholder: "Really great weather",
phx_hook: "MaintainAttrs"
placeholder: gettext("Really great weather"),
phx_hook: "MaintainAttrs",
phx_update: "ignore"
) %>
<%= error_tag(f, :notes, "col-span-3") %>