Sha256: 0bf7855d8e964fd400c7f5ba95c603926a3810e6ba9338b514f1be681c6a021c

Contents?: true

Size: 345 Bytes

Versions: 15

Compression:

Stored size: 345 Bytes

Contents

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
avo-2.21.1.pre.pr1476 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.21.1.pre.issue1450 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.21.1.pre.issue1444 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.20.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.19.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.18.1 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.18.1.pre.1.eagerloaddirs app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.18.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.17.1.pre.5.stackedlayout app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.17.1.pre.4.issue.1342 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.17.1.pre.3 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.17.1.pre.2.customauthorizationclients app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.17.1.pre.1.zeitwerk.eager.load.dir app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.17.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-2.16.1.pre.1.nativefields app/components/avo/fields/textarea_field/edit_component.html.erb