Sha256: a18503ba7729f8e94a36cf186543a3e457c504a4de73678c80468fc768d69bd1
Contents?: true
Size: 952 Bytes
Versions: 107
Compression:
Stored size: 952 Bytes
Contents
<div data-controller="search" class="resource-search flex items-center h-full w-full"> <div class="w-full" data-search-target="autocomplete" data-search-resource="<%= resource %>" data-translation-keys='{"no_item_found": "<%= I18n.translate 'avo.no_item_found' %>", "placeholder": "<%= I18n.translate 'avo.search.placeholder' %>", "cancel_button": "<%= I18n.translate 'avo.search.cancel_button' %>"}' <% if via_reflection.present? %> data-via-association="<%= via_reflection[:association] %>" data-via-association-id="<%= via_reflection[:association_id] %>" data-via-reflection-class="<%= via_reflection[:class] %>" data-via-reflection-id="<%= via_reflection[:id] %>" data-via-reflection-view="<%= via_reflection[:view] %>" <% end %> > </div> <div class="hidden relative inline-flex text-gray-400 text-sm border border-gray-300 rounded cursor-pointer" data-search-target="button"></div> </div>
Version data entries
107 entries across 107 versions & 1 rubygems