Sha256: 92c26e190e0deeb00d9ecda6ee1206e98fab56b61144979159ad5987ccbdc65c

Contents?: true

Size: 384 Bytes

Versions: 1

Compression:

Stored size: 384 Bytes

Contents

<%# locals: (for_id:, src:) -%>

<%= tag.li id: hw_pagination_frame_wrapper_id(for_id), class: "hw_combobox__pagination__wrapper",
      data: { hw_combobox_target: "endOfOptionsStream", input_type: params[:input_type], callback_id: params[:callback_id] },
      aria: { hidden: true } do %>
  <%= turbo_frame_tag hw_pagination_frame_id(for_id), src: src, loading: :lazy %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hotwire_combobox-0.3.2 app/views/hotwire_combobox/_pagination.html.erb