Sha256: 8b52d12befcfb8cb24f1bda3f65c89f5691a32cfa47bb8d0cf3d72db579c0f39

Contents?: true

Size: 210 Bytes

Versions: 74

Compression:

Stored size: 210 Bytes

Contents

<%= field_wrapper **field_wrapper_args do %>
  <%= @form.text_field field.id,
    value: field.value.to_s,
    class: classes("w-full"),
    placeholder: field.placeholder,
    disabled: disabled? %>
<% end %>

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
avo-3.1.6 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.1.5 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.1.4 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.1.3 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.1.2 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.1.1 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.1.0 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.0.8 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.0.7 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.0.6 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.0.5 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.0.4 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.0.3 app/components/avo/fields/area_field/edit_component.html.erb
avo-3.0.2 app/components/avo/fields/area_field/edit_component.html.erb