Sha256: 92a2d830ca3e7d74c7e013b30cacba67c41053be26fba182683165b222939ea8

Contents?: true

Size: 482 Bytes

Versions: 12

Compression:

Stored size: 482 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal do %>
  <%= @form.select @field.id, @field.select_options, { selected: @field.value, prompt: @field.placeholder },
    class: classes("w-full"),
    data: @field.get_html(:data, view: view, element: :input),
    disabled: @field.readonly,
    placeholder: @field.placeholder,
    style: @field.get_html(:style, view: view, element: :input)
  %>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
avo-2.10.2 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.9.2.pre1 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.10.0 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.9.1.pre7 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.9.1.pre6 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.9.1.pre5 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.9.1.pre4 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.9.1.pre3 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.9.1.pre2 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.9.1.pre1 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.9.0 app/components/avo/fields/country_field/edit_component.html.erb
avo-2.8.0 app/components/avo/fields/country_field/edit_component.html.erb