Sha256: 45fae5402fe0f2dd044bf8cd10ae472eaa5f413f36e2749fe81719e157e62462

Contents?: true

Size: 407 Bytes

Versions: 60

Compression:

Stored size: 407 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal do %>
  <%= @form.text_field @field.id,
    class: classes("w-full"),
    data: @field.get_html(:data, view: view, element: :input),
    disabled: @field.readonly,
    placeholder: @field.placeholder,
    style: @field.get_html(:style, view: view, element: :input)
  %>
<% end %>

Version data entries

60 entries across 30 versions & 1 rubygems

Version Path
avo-2.13.2.pre.2 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-2.13.2.pre.2 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.13.2.pre.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.13.2.pre.1 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-2.13.1 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-2.13.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.13.0 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.13.0 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-2.12.1.pre.1 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-2.12.1.pre.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.12.0 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.12.0 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-2.11.3.pre.3 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-2.11.3.pre.3 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.11.3.pre.2 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-2.11.3.pre.2 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.11.3.pre.1 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-2.11.3.pre.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.11.2.pre.3 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.11.2.pre.3 app/components/avo/fields/external_image_field/edit_component.html.erb