forked from shibao/cannery
fix textareas resizing when typing in
This commit is contained in:
CHANGELOG.md
lib/cannery_web
components
live
ammo_group_live
ammo_type_live
container_live
range_live
priv/gettext
@ -29,8 +29,11 @@
|
||||
|
||||
<%= label(f, :notes, gettext("Notes"), class: "title text-lg text-primary-600") %>
|
||||
<%= textarea(f, :notes,
|
||||
id: "shot-group-form-notes",
|
||||
class: "input input-primary col-span-2",
|
||||
phx_hook: "MaintainAttrs"
|
||||
placeholder: gettext("Really great weather"),
|
||||
phx_hook: "MaintainAttrs",
|
||||
phx_update: "ignore"
|
||||
) %>
|
||||
<%= error_tag(f, :notes, "col-span-3") %>
|
||||
|
||||
|
Reference in New Issue
Block a user