Sha256: 807857449238dcc35d1c2c4a9dc7333d04ac3eca5b29f2506601e246bc9d7075

Contents?: true

Size: 534 Bytes

Versions: 29

Compression:

Stored size: 534 Bytes

Contents

<%= index_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_picker_format_value: @field.picker_format,
    date_field_no_calendar_value: true,
    date_field_relative_value: @field.relative,
    date_field_field_type_value: "time",
  } do %>
    <%= @field.formatted_value %>
  <% end %>
<% end %>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/fields/time_field/index_component.html.erb
avo-3.18.1 app/components/avo/fields/time_field/index_component.html.erb
avo-3.18.0.tw4 app/components/avo/fields/time_field/index_component.html.erb
avo-3.18.0 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.9.beta2 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.9.beta1 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.9.tw4 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.9 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.8.tw4 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.8 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.7 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.6.tw4 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.6 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.5 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.4 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.3 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/time_field/index_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/time_field/index_component.html.erb