Sha256: cf1138bdf532aa2729c6cdf6f67b464f59c246f940e91199a9cc69c5d1d24169

Contents?: true

Size: 372 Bytes

Versions: 45

Compression:

Stored size: 372 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal do %>
  <%= @form.text_area @field.id,
    class: helpers.input_classes('w-full', has_error: @field.model_errors.include?(@field.id)),
    placeholder: @field.placeholder,
    disabled: @field.readonly,
    rows: @field.meta[:rows] %>
<% end %>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
avo-1.4.0.pre.1 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.3.5 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.3.5.pre.1 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.3.4 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.3.3 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.3.2 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.3.1 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.3.0 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.11.pre.4 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.11.pre.3 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.11.pre.2 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.11.pre.1 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.10 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.9 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.8 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.7 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.6 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.6.pre.1 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.5 app/components/avo/edit/fields/textarea_field_component.html.erb
avo-1.2.4 app/components/avo/edit/fields/textarea_field_component.html.erb