Sha256: bd9efe6d201b08eb0d377cf2cbef8e2cd0ca11b06c7c56b5dc164a4e487042e8

Contents?: true

Size: 855 Bytes

Versions: 53

Compression:

Stored size: 855 Bytes

Contents

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

const names = [
  { label: 'Alexander Nathaniel Montgomery', value: 'Alexander Nathaniel Montgomery' },
  { label: 'Isabella Anastasia Wellington', value: 'Isabella Anastasia Wellington' },
  { label: 'Christopher Maximilian Harrington', value: 'Christopher Maximilian Harrington' },
  { label: 'Elizabeth Seraphina Kensington', value: 'Elizabeth Seraphina Kensington' },
  { label: 'Theodore Jonathan Abernathy', value: 'Theodore Jonathan Abernathy' },
]

const TypeaheadTruncatedText = (props) => {
  return (
    <>
      <Typeahead
          htmlOptions={{ style: { maxWidth: "240px" }}}
          isMulti
          label="Truncation Within Typeahead"
          options={names}
          truncate={1}
          {...props}
      />
    </>
  )
}

export default TypeaheadTruncatedText

Version data entries

53 entries across 53 versions & 2 rubygems

Version Path
playbook_ui_docs-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui_docs-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui_docs-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5738 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5738 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui_docs-14.13.0.pre.rc.3 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui-14.13.0.pre.rc.3 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1865reactdatepickerreinitializingbug5732 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1865reactdatepickerreinitializingbug5732 app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx