Sha256: cb0633e6fa5a2acdca31e623ade54ff51a2bf6f28f8a6b447e0207531e549691

Contents?: true

Size: 429 Bytes

Versions: 29

Compression:

Stored size: 429 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

29 entries across 29 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.18.1 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.18.0.tw4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.18.0 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.9.beta2 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.9.beta1 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.9.tw4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.9 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.8.tw4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.8 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.7 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.6.tw4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.6 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.5 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.3 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/textarea_field/edit_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/textarea_field/edit_component.html.erb