Sha256: df027a561ec4a66a26cbe8b6455c45bb78ae630d98435b30dd98f57b7699f4d6

Contents?: true

Size: 360 Bytes

Versions: 97

Compression:

Stored size: 360 Bytes

Contents

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

Version data entries

97 entries across 97 versions & 1 rubygems

Version Path
avo-2.53.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.52.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.49.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.6.1 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.6.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.5.8 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.5.7 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.5.6 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.5.6.beta1 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.5.5 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.5.4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.5.3 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.5.2 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.5.1 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.5.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.4.4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.4.3 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.4.2 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.48.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.4.1 app/components/avo/fields/textarea_field/edit_component.html.erb