Sha256: f336e8d7c398356bc4e116f1b82c0a10e832763a4497dc5e69e3e873c1540c2f

Contents?: true

Size: 402 Bytes

Versions: 28

Compression:

Stored size: 402 Bytes

Contents

<%= field_wrapper **field_wrapper_args do %>
  <%= form.text_field @field.id,
    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),
    # value: @field.value,
    multiple: multiple,
    autocomplete: @field.autocomplete
  %>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
avo-3.0.0.pre13 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre12 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre10 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre11 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre9 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.35.0 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.34.7.pre.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.34.6 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.34.5 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.34.4 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.34.4.pre.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.34.3 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.34.2 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.34.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.34.0 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.33.3 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.33.3.pre.2 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.33.3.pre.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.33.2 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.33.1 app/components/avo/fields/text_field/edit_component.html.erb