Sha256: c623914679760d04b5903390c69ba745db1eb38686113f35dd94c10855f5aaa2

Contents?: true

Size: 373 Bytes

Versions: 14

Compression:

Stored size: 373 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: @field.is_readonly?,
    placeholder: @field.placeholder,
    style: @field.get_html(:style, view: view, element: :input),
    # value: @field.value,
    multiple: multiple
  %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
avo-2.21.1.pre.pr1476 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.21.1.pre.issue1450 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.21.1.pre.issue1444 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.20.0 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.19.0 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.18.1 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.18.1.pre.1.eagerloaddirs app/components/avo/fields/text_field/edit_component.html.erb
avo-2.18.0 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.17.1.pre.5.stackedlayout app/components/avo/fields/text_field/edit_component.html.erb
avo-2.17.1.pre.4.issue.1342 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.17.1.pre.3 app/components/avo/fields/text_field/edit_component.html.erb
avo-2.17.1.pre.2.customauthorizationclients app/components/avo/fields/text_field/edit_component.html.erb
avo-2.17.1.pre.1.zeitwerk.eager.load.dir app/components/avo/fields/text_field/edit_component.html.erb
avo-2.17.0 app/components/avo/fields/text_field/edit_component.html.erb