Sha256: 9bd839de3f7e50c90ca6487c1c01e9521dca221cb5481130e6ace899c2f971d4

Contents?: true

Size: 1.21 KB

Versions: 450

Compression:

Stored size: 1.21 KB

Contents

<% if object.is_react? %>
  <%= react_component('Typeahead', object.typeahead_react_options) %>
<% else %>
  <%= content_tag(:div,
                id: object.id,
                data: object.data,
                class: object.classname + object.inline_class) do %>
    <div class="pb_typeahead_wrapper">
      <div class="pb_typeahead_loading_indicator" data-pb-typeahead-kit-loading-indicator>
        <%= pb_rails("icon", props: {
          icon: "spinner",
          pulse: true,
          fixed_width: true,
        }) %>
      </div>
      <%= pb_rails("text_input", props: {
        type: "search",
        input_options: object.input_options,
        label: object.label,
        name: object.name,
        value: object.value,
        placeholder: object.placeholder
      }) %>
      <%= pb_rails("list", props: { ordered: false, borderless: false, xpadding: true, role: "status", aria: { live: "polite" }, data: { pb_typeahead_kit_results: true } }) do %>
      <% end %>
    </div>

    <template data-pb-typeahead-kit-result-option>
      <%= pb_rails("list/item") do %>
        <button type="button" data-result-option-item><%= tag(:slot, name: :content) %></button>
      <% end %>
    </template>
  <% end %>
<% end %>

Version data entries

450 entries across 450 versions & 1 rubygems

Version Path
playbook_ui-13.16.0.pre.alpha.PBNTR177NewAdvancedTableKit2023 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.16.0.pre.alpha.PBNTR177NewAdvancedTableKit2010 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.16.0.pre.alpha.PLAY11642006 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.16.0.pre.alpha.play1141iconkitusinglibrary1995 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.16.0.pre.alpha.play1141iconkitusinglibrary1993 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.16.0.pre.alpha.PLAY11641992 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.16.0.pre.alpha.PLAY11641991 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.16.0.pre.alpha.fonttest1972 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.15.0.pre.alpha.play1141iconkitusinglibrary1956 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.16.0 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.15.0.pre.alpha.play10841940 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.15.0.pre.alpha.1132globalpropdatepickerspacing1929 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.15.0.pre.alpha.PLAY10851907 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.15.0.pre.alpha.PLAY11311893 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.15.0.pre.alpha.reactselectbump581876 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.15.0.pre.alpha.PLAY10831873 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.14.0.pre.alpha.play1101betaicons1825 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.14.0.pre.alpha.play1101betaicons1798 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.14.0.pre.alpha.play1120lintdatepicker1797 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb
playbook_ui-13.15.0 app/pb_kits/playbook/pb_typeahead/typeahead.html.erb