Sha256: 597e06cb02ca2b89da0d59cda330a1ee0a1f3916e1724a5f1dd3df27041514ff

Contents?: true

Size: 264 Bytes

Versions: 14

Compression:

Stored size: 264 Bytes

Contents

<%= field_wrapper(**field_wrapper_args) do %>
  <div class="flex gap-1 items-center flex-wrap">
    <% @field.field_value.each do |item| %>
      <%= render Avo::Fields::TagsField::TagComponent.new(label: label_from_item(item)) %>
    <% end %>
  </div>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
avo-3.17.3 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.17.2 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.17.1.tw4 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.17.1 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.17.0 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.16.6 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.16.5 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.16.4 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.16.3 app/components/avo/fields/tags_field/show_component.html.erb
avo-3.16.2 app/components/avo/fields/tags_field/show_component.html.erb