Sha256: bbffce676cb260c2d812f2f79f616110582399fe3c40b662e44b1e34e4196fd4

Contents?: true

Size: 428 Bytes

Versions: 53

Compression:

Stored size: 428 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).merge({controller: "textarea-autogrow"}),
    disabled: disabled?,
    placeholder: @field.placeholder,
    rows: @field.rows,
    autofocus: @autofocus,
    style: @field.get_html(:style, view: view, element: :input)
  %>
<% end %>

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
avo-3.16.1 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.16.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.15.7 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.15.6 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.15.5 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.15.4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.15.3 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.15.2 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.15.1 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.15.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.14.5 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.14.4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.14.3 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.14.2 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.14.1 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.14.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.13.7 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.13.6 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.13.5 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.13.4 app/components/avo/fields/textarea_field/edit_component.html.erb