Sha256: e01dc9b55904f3b6c68125f1f4c575e72c909e6af122cb85ea00a1c1a9944a62

Contents?: true

Size: 607 Bytes

Versions: 60

Compression:

Stored size: 607 Bytes

Contents

<%= field_wrapper **field_wrapper_args do %>
  <% if @field.value.present? %>
    <div class="mb-2">
      <%= render Avo::Fields::Common::Files::ViewType::GridItemComponent.new resource: @resource, field: @field %>
    </div>
  <% end %>

  <% if can_upload_file? %>
    <%= @form.file_field @field.id,
      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),
      class: "w-full"
    %>
  <% else %>
    —
  <% end %>
<% end %>

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
avo-2.53.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.52.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.49.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.6.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.6.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.5.8 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.5.7 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.5.6 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.5.6.beta1 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.5.5 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.5.4 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.5.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.5.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.5.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.5.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.4.4 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.4.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.4.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.48.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-3.4.1 app/components/avo/fields/file_field/edit_component.html.erb