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