Sha256: 6a31c246d29145a988c489450cd83b1617bfc3cfa4588221e58be6b831488cf4

Contents?: true

Size: 378 Bytes

Versions: 4

Compression:

Stored size: 378 Bytes

Contents

<%= index_field_wrapper field: @field, resource: @resource do %>
   <%= content_tag :div, data: {
    controller: "date-field",
    date_field_view_value: @view,
    date_field_format_value: @field.format,
    date_field_timezone_value: @field.timezone,
    date_field_picker_format_value: @field.picker_format,
  } do %>
    <%= @field.formatted_value %>
  <% end %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
avo-2.11.0 app/components/avo/fields/date_time_field/index_component.html.erb
avo-2.10.3.pre.1 app/components/avo/fields/date_time_field/index_component.html.erb
avo-2.9.2.pre1 app/components/avo/fields/date_time_field/index_component.html.erb
avo-2.9.1.pre3 app/components/avo/fields/date_time_field/index_component.html.erb