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-2.53.0 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.52.0 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.49.0 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.48.0 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.47.0 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta23 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta20 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta21 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta17 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta22 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta18 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta19 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta24 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta15 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta16 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta14 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta12 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta13 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta10 app/components/avo/fields/location_field/edit_component.html.erb
avo-3.0.1.beta11 app/components/avo/fields/location_field/edit_component.html.erb