app/components/avo/fields/file_field/edit_component.html.erb in avo-2.16.1.pre.1.nativefields vs app/components/avo/fields/file_field/edit_component.html.erb in avo-2.17.0
- old
+ new
@@ -9,9 +9,10 @@
<%= @form.file_field @field.id,
accept: @field.accept,
data: @field.get_html(:data, view: view, element: :input),
direct_upload: @field.direct_upload,
disabled: @field.is_readonly?,
- style: @field.get_html(:style, view: view, element: :input)
+ style: @field.get_html(:style, view: view, element: :input),
+ class: "w-full"
%>
<% end %>
<% end %>