Sha256: 48888ac17736a0e9658e7982f3117f77a6f1dad0daec4c09eb7985afd01a005e

Contents?: true

Size: 869 Bytes

Versions: 1767

Compression:

Stored size: 869 Bytes

Contents

<%
  options = [
    { label: 'Windows', value: '#FFA500' },
    { label: 'Siding', value: '#FF0000' },
    { label: 'Doors', value: '#00FF00' },
    { label: 'Roofs', value: '#0000FF' },
  ]
%>

<%= pb_rails("typeahead", props: {
    id: "typeahead-without-pills-example1",
    placeholder: "All Colors",
    options: options, 
    label: "Colors",
    name: :foo,
    is_multi: false
  })
%>

<!-- This section is an example of the available JavaScript event hooks -->
<%= javascript_tag defer: "defer" do %>
  document.addEventListener("pb-typeahead-kit-typeahead-without-pills-example1-result-option-select", function(event) {
    console.log('Single Option selected')
    console.dir(event.detail)
  })
  document.addEventListener("pb-typeahead-kit-typeahead-without-pills-example1-result-clear", function() {
    console.log('All options cleared')
  })

<% end %>

Version data entries

1,767 entries across 1,767 versions & 2 rubygems

Version Path
playbook_ui-14.11.0.pre.rc.17 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui-14.11.0 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui_docs-14.11.0.pre.rc.16 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui-14.11.0.pre.rc.16 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui_docs-14.10.0.pre.alpha.play16825301 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui-14.10.0.pre.alpha.play16825301 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui_docs-14.11.0.pre.rc.15 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui-14.11.0.pre.rc.15 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui_docs-14.11.0.pre.rc.14 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui-14.11.0.pre.rc.14 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui_docs-14.11.0.pre.rc.13 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui-14.11.0.pre.rc.13 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui_docs-14.11.0.pre.rc.12 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui-14.11.0.pre.rc.12 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui_docs-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5274 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5274 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui_docs-14.10.0.pre.alpha.play1465attempt25272 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui-14.10.0.pre.alpha.play1465attempt25272 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui_docs-14.10.0.pre.alpha.play16825244 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
playbook_ui-14.10.0.pre.alpha.play16825244 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb