Sha256: 0a991036782e58a66db60b81c80286bbcbe92f30ccd97d5b80a0f89770242aad

Contents?: true

Size: 427 Bytes

Versions: 56

Compression:

Stored size: 427 Bytes

Contents

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

Version data entries

56 entries across 56 versions & 1 rubygems

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