Sha256: 3435b4a00e42c35a0b694bd294bbc919bb154bdbf120e2d78af7226cbca16473
Contents?: true
Size: 945 Bytes
Versions: 16
Compression:
Stored size: 945 Bytes
Contents
<%= render Primer::BaseComponent.new(**@system_arguments) do %> <div class="<%= @form_group_classes %>"> <label for="<%= @input_id %>" class="FormControl-label <% if @visually_hide_label %>sr-only<% end %>"> <%= @label_text %> </label> <% if leading_visual || @show_clear_button %> <div class="<%= @field_wrap_classes %> <% if leading_visual %>FormControl-input-wrap--leadingVisual<% end %>"> <span class="FormControl-input-leadingVisualWrap"> <%= leading_visual %> </span> <%= input %> <% if @show_clear_button %> <button id="<%= @input_id %>-clear" class="FormControl-input-trailingAction" aria-label="Clear"><%= primer_octicon "x-circle-fill" %></button> <% end %> </div> <% else %> <%= input %> <% end %> </div> <%= results %> <div id="<%= @list_id %>-feedback" class="sr-only"></div> <% end %>
Version data entries
16 entries across 16 versions & 2 rubygems