Sha256: 6435f23483e2f010a3f65c1dc9aa953ea0ae1daf716b97fca398164398b2d482

Contents?: true

Size: 490 Bytes

Versions: 234

Compression:

Stored size: 490 Bytes

Contents

<%= field_wrapper **field_wrapper_args do %>
  <%= content_tag :div, data: {
    controller: "date-field",
    date_field_view_value: @view,
    date_field_enable_time_value: true,
    date_field_format_value: @field.format,
    date_field_timezone_value: @field.timezone,
    date_field_relative_value: @field.relative,
    date_field_picker_format_value: @field.picker_format,
    date_field_field_type_value: "dateTime",
  } do %>
    <%= @field.formatted_value %>
  <% end %>
<% end %>

Version data entries

234 entries across 234 versions & 1 rubygems

Version Path
avo-3.16.1 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.16.0 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.15.7 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.15.6 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.15.5 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.15.4 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.15.3 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.15.2 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.15.1 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.15.0 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.14.5 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.14.4 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.14.3 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.14.2 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.14.1 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.14.0 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.13.7 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.13.6 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.13.5 app/components/avo/fields/date_time_field/show_component.html.erb
avo-3.13.4 app/components/avo/fields/date_time_field/show_component.html.erb