Don't autofocus or you end up anchored to the bottom of the page

This commit is contained in:
Jason Zimdars
2024-08-19 17:05:09 -05:00
parent 5ce9aac56c
commit b5c9f7affd
+1 -1
View File
@@ -7,7 +7,7 @@
</div>
<div class="comment__body txt-align-start full-width">
<%= form_with model: [@splat, @splat.comments.build], class: "flex flex-column gap full-width" do | form | %>
<%= form.text_area :body, class: "input full-width", required: true, placeholder: "Type your comment…", rows: 4, autofocus: true %>
<%= form.text_area :body, class: "input full-width", required: true, placeholder: "Type your comment…", rows: 4 %>
<%= form.button class: "btn btn--reversed center" do %>
<%= image_tag "check.svg", aria: { hidden: "true" }, size: 24%>