Sha256: b08938ea2b574c8aa46a353f825be7fc0b1953e5ea0985deac01a68506306459

Contents?: true

Size: 394 Bytes

Versions: 58

Compression:

Stored size: 394 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: @resource.model.present? ? @resource.model[@field.id] : @field.value
  %>
<% end %>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
avo-2.35.0 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.34.7.pre.1 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.34.6 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.34.5 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.34.4 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.34.4.pre.1 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.34.3 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.34.2 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.34.1 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.34.0 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.33.3 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.33.3.pre.2 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.33.3.pre.1 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.33.2 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.33.1 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.33.0 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.32.6 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.32.5 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.32.4 app/components/avo/fields/status_field/edit_component.html.erb
avo-2.32.3 app/components/avo/fields/status_field/edit_component.html.erb