Sha256: eaa8510a18c38aadb7ce97ecd3dfa24d1abad19612f767c1dc3d06ea6c662ac2

Contents?: true

Size: 341 Bytes

Versions: 14

Compression:

Stored size: 341 Bytes

Contents

<%= field_wrapper(**field_wrapper_args) do %>
  <%= @form.text_field @field.id,
    class: classes("w-full"),
    data: @field.get_html(:data, view: view, element: :input),
    disabled: disabled?,
    placeholder: @field.placeholder,
    autofocus: @autofocus,
    style: @field.get_html(:style, view: view, element: :input)
  %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
avo-3.17.3 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.17.2 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.17.1.tw4 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.17.1 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.17.0 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.16.6 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.16.5 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.16.4 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.16.3 app/components/avo/fields/external_image_field/edit_component.html.erb
avo-3.16.2 app/components/avo/fields/external_image_field/edit_component.html.erb