Sha256: 708ed3d895096c789e3b2aef9f83266320970d99e35319fce874956de3bd0aa1

Contents?: true

Size: 490 Bytes

Versions: 1003

Compression:

Stored size: 490 Bytes

Contents

import React from 'react'
import { Typeahead } from 'playbook-ui'

const options = [
  { label: 'Jardim', value: 'Portuguese' },
  { label: 'Garten', value: 'German' },
  { label: 'Giardino', value: 'Italian' },
  { label: 'Jardín', value: 'Spanish' },
]

const TypeaheadCreateable = (props) => {
  return (
    <Typeahead
        createable
        isMulti
        label="User Created Options"
        options={options}
        {...props}
    />
  )
}

export default TypeaheadCreateable

Version data entries

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

Version Path
playbook_ui_docs-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui_docs-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui_docs-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui_docs-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui_docs-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui_docs-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx