Sha256: c0f1cd8464f9fa4a371079bdc80867f3391f8f19f2e8f9d5b8d32335ffe2501d

Contents?: true

Size: 716 Bytes

Versions: 95

Compression:

Stored size: 716 Bytes

Contents

<%= field_wrapper **field_wrapper_args do %>
  <% if field.value_as_array? %>
    <div class="flex gap-4">
      <%= @form.text_field @field.as_lat_long_field_id(:lat),
        value: @field.as_lat_long_value(:lat),
        class: classes("w-full"),
        placeholder: @field.as_lat_long_placeholder(:lat)
      %>
      <%= @form.text_field @field.as_lat_long_field_id(:long),
        value: @field.as_lat_long_value(:long),
        class: classes("w-full"),
        placeholder: @field.as_lat_long_placeholder(:long)
      %>
    </div>
  <% else %>
    <%= @form.text_field @field.id,
      value: @field.value,
      class: classes("w-full"),
      placeholder: @field.placeholder
    %>
  <% end %>
<% end %>

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
avo-3.0.0.pre19 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta8 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta9 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta6 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta7 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta5 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta2 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta4 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta3 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.0.beta1 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta1 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.0.pre17 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.0.pre18 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.0.pre14 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.0.pre16 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.0.pre15 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.0.pre13 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.0.pre12 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.0.pre10 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.0.pre11 app/components/avo/fields/location_field/edit_component.html.erb