Sha256: a09c0cccdbc97eba65bd120036ae928878adf141bc8e45c4d3d9d5a75e2fbc67

Contents?: true

Size: 785 Bytes

Versions: 1933

Compression:

Stored size: 785 Bytes

Contents

<%
  synths = [
    { label: 'Oberheim', value: 'OBXa' },
    { label: 'Moog', value: 'Minimoog' },
    { label: 'Roland', value: 'Juno' },
    { label: 'Korg', value: 'MS-20' },
  ]
%>
<%
  cities = [
    { label: 'Budapest', value: 'Hungary' },
    { label: 'Singapore', value: 'Singapore' },
    { label: 'Oslo', value: 'Norway' },
    { label: 'Lagos', value: 'Nigeria' },
  ]
%>

<%= pb_rails("typeahead", props: {
  default_options: [synths.first],
  id: "typeahead-inline-example1",
  inline: true,
  options: synths,
  label: "Synths",
  placeholder: "Add synths",
  pills: true
}) %>

<%= pb_rails("typeahead", props: {
  id: "typeahead-inline-example2",
  inline: true,
  options: cities,
  label: "Cities",
  pills: true,
  placeholder: "Add cities",
  plus_icon: true
}) %>

Version data entries

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

Version Path
playbook_ui_docs-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui_docs-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui_docs-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui_docs-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui_docs-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui_docs-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui_docs-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui_docs-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui_docs-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui_docs-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
playbook_ui-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb