Sha256: 58b35b2bcfd2b4b7927ea311ef8a82ff1f01cea1cc63810d0f44527098463252

Contents?: true

Size: 342 Bytes

Versions: 3

Compression:

Stored size: 342 Bytes

Contents

<label for="facet_suggest_<%= facet.key %>">
  <%= I18n.t('blacklight.search.facets.suggest.label', field_label: presenter&.label) %>
</label>
<%= text_field_tag "facet_suggest_#{facet.key}",
  nil,
  class: "facet-suggest form-control",
  data: {facet_field: facet.key},
  placeholder: I18n.t('blacklight.search.form.search.placeholder')
%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-8.8.2 app/components/blacklight/search/facet_suggest_input.html.erb
blacklight-8.8.1 app/components/blacklight/search/facet_suggest_input.html.erb
blacklight-8.8.0 app/components/blacklight/search/facet_suggest_input.html.erb