Sha256: 2da8a3a2e48c999bbecfa5cee32d864f211d9c30aa46d367ee3964ade4adbd8b

Contents?: true

Size: 365 Bytes

Versions: 48

Compression:

Stored size: 365 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,
    autofocus: @autofocus
  %>
<% end %>

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
avo-3.15.1 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.15.0 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.14.5 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.14.4 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.14.3 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.14.2 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.14.1 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.14.0 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.13.7 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.13.6 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.13.5 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.13.4 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.13.3 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.13.2 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.13.1 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.13.0 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.12.0 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.11.10 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.11.9 app/components/avo/fields/status_field/edit_component.html.erb
avo-3.11.8 app/components/avo/fields/status_field/edit_component.html.erb