Sha256: 05ed797f382c4394defb07637f7d74b0bfe94be753561a2e34e103c1df390c1e
Contents?: true
Size: 799 Bytes
Versions: 42
Compression:
Stored size: 799 Bytes
Contents
<%= render Primer::BaseComponent.new(**@system_arguments) do %> <label for="<%= @input_id %>" class="<%= @label_classes %>"> <% if @is_label_visible %> <%= @label_text %> <% else %> <span class="sr-only"><%= @label_text %></span> <% end %> </label> <span class="autocomplete-body"> <% if @with_icon %> <div class="form-control autocomplete-embedded-icon-wrap"> <%= render Primer::OcticonComponent.new(:search) %> <% end %> <%= input %> <% if @is_clearable %> <button id="<%= @input_id %>-clear" class="btn-octicon" aria-label="Clear"><%= primer_octicon "x" %></button> <% end %> <% if @with_icon %> </div> <% end %> <%= results %> </span> <div id="<%= @list_id %>-feedback" class="sr-only"></div> <% end %>
Version data entries
42 entries across 42 versions & 1 rubygems