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

@ -49,8 +49,10 @@
<%= label(f, :notes, gettext("Notes"), class: "title text-lg text-primary-600") %>
<%= textarea(f, :notes,
id: "ammo-group-form-notes",
class: "text-center col-span-2 input input-primary",
phx_hook: "MaintainAttrs"
phx_hook: "MaintainAttrs",
phx_update: "ignore"
) %>
<%= error_tag(f, :notes, "col-span-3 text-center") %>