Sha256: 8e10484e1829d68f72c229f739b151bc0acb0cd948d8ca342ccb5654e47e82c8

Contents?: true

Size: 363 Bytes

Versions: 43

Compression:

Stored size: 363 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
  %>
<% end %>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
avo-3.0.0.pre8 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre7 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre5 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre6 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre4 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre3 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre2 app/components/avo/fields/text_field/edit_component.html.erb
avo-3.0.0.pre1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.31.0 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.30.2 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.30.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.30.1.pre4.pr1683 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.30.1.pre3.pr1683 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.30.1.pre2.pr1683 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.30.1.pre1.pr1683 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.30.0 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.29.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.29.1.pre.pr1652 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.29.0 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.28.3.pre.pr1646 app/components/avo/fields/text_field/edit_component.html.erb