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.36.3 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.36.2 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.36.1 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.36.0 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.35.0 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.34.7.pre.1 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.34.6 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.34.5 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.34.4 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.34.4.pre.1 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.34.3 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.34.2 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.34.1 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.34.0 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.33.3 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.33.3.pre.2 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.33.3.pre.1 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.33.2 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.33.1 app/components/avo/fields/location_field/edit_component.html.erb
avo-2.33.0 app/components/avo/fields/location_field/edit_component.html.erb