Sha256: 72a11c67013a6805fc809656a1bd0bc4a9d1423297691bf755d40e74820db2fa

Contents?: true

Size: 775 Bytes

Versions: 178

Compression:

Stored size: 775 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal do %>
  <div data-controller="date-field">
    <%= @form.datetime_field @field.id,
      class: helpers.input_classes('w-full', has_error: @field.model_errors.include?(@field.id)),
      placeholder: @field.placeholder,
      disabled: @field.readonly,
      data: {
        'date-field-target': 'input',
        'first-day-of-week': @field.first_day_of_week,
        'picker-format': @field.picker_format,
        'enable-time': true,
        time24hr: @field.time_24hr,
        timezone: @field.timezone,
        format: @field.format,
        placeholder: @field.placeholder,
        relative: @field.relative,
      }
    %>
  </div>
<% end %>

Version data entries

178 entries across 178 versions & 1 rubygems

Version Path
avo-1.25.2 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.7.1.pre.1 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.7.0 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.6.1.pre.2 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.6.1.pre.1 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.6.0 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.5.2.pre.7 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.5.2.pre.6 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.5.2.pre.5 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.5.2.pre.4 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.5.2.pre.3 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.5.2.pre.2 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.5.2.pre.1 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.5.1 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.5.0 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.4.1 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.4.0 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.3.1.pre.6 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.3.1.pre.5 app/components/avo/fields/date_time_field/edit_component.html.erb
avo-2.3.1.pre.4 app/components/avo/fields/date_time_field/edit_component.html.erb