Sha256: 828c8f3c761b23f7480b8b614c2130b21edf82e6d158ff22207c94dbe5925e44

Contents?: true

Size: 333 Bytes

Versions: 24

Compression:

Stored size: 333 Bytes

Contents

<%= tag.ul **component.listbox_attrs do |ul| %>
  <%= tag.div **component.listbox_options_attrs do %>
    <% component.options.each do |option| %>
      <%= render option %>
    <% end %>
  <% end %>

  <% if component.paginated? %>
    <%= render "hotwire_combobox/pagination", **component.pagination_attrs %>
  <% end %>
<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
hotwire_combobox-0.1.36 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.35 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.34 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.33 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.32 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.31 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.30 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.29 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.28 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.27 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.25 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.24 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.23 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.22 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.21 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.20 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.19 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.18 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.17 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb
hotwire_combobox-0.1.16 app/views/hotwire_combobox/combobox/_paginated_listbox.html.erb