app/components/avo/fields/file_field/edit_component.html.erb in avo-3.6.1 vs app/components/avo/fields/file_field/edit_component.html.erb in avo-3.6.2
- old
+ new
@@ -10,9 +10,10 @@
accept: @field.accept,
data: @field.get_html(:data, view: view, element: :input),
direct_upload: @field.direct_upload,
disabled: disabled?,
style: @field.get_html(:style, view: view, element: :input),
+ autofocus: @autofocus,
class: "w-full"
%>
<% else %>
—
<% end %>