Sha256: 19f033cae3397c81b9fb13606f7ebc0522681a499d7bcf1abdcfd700eed425ae

Contents?: true

Size: 603 Bytes

Versions: 529

Compression:

Stored size: 603 Bytes

Contents

import React from 'react'
import { components } from 'react-select'

import Flex from '../../pb_flex/_flex'
import TextInput from '../../pb_text_input/_text_input'

type Props = {
  selectProps: any,
}

const TypeaheadControl = (props: Props) => (
  <div className="pb_typeahead_wrapper">
    <TextInput
      dark={props.selectProps.dark}
      error={props.selectProps.error}
      label={props.selectProps.label}
    >
      <Flex>
        <components.Control
          className="text_input"
          {...props}
        />
      </Flex>
    </TextInput>
  </div>
)

export default TypeaheadControl

Version data entries

529 entries across 529 versions & 1 rubygems

Version Path
playbook_ui-13.28.0.pre.alpha.PLAY1343fixTooltiprunwayissue2986 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.28.0.pre.alpha.PLAY1343fixTooltiprunwayissue2984 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.27.0 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.26.0.pre.alpha.PBNTR291Dropdownrailsv22840 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.26.0.pre.alpha.jasoncypretpatch12820 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.26.0.pre.alpha.jasoncypretpatch12816 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.25.0.pre.alpha.PBNTR291Dropdownrailsv22812 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.26.0 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.25.0.pre.alpha.PLAY1249fixTooltipswrappingformelementscausingmisalignment2785 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.25.0.pre.alpha.PLAY1249fixTooltipswrappingformelementscausingmisalignment2783 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.25.0.pre.alpha.PBNTR272Dropdownkitv42769 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.25.0.pre.alpha.barchartfix2766 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.25.0.pre.alpha.PLAY761globalpaddingpropsbuttons2713 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.25.0 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.24.0.pre.alpha.play1305drycontenttag2689 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.24.0.pre.alpha.PBNTR261NewKitDropdown2681 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.24.0.pre.alpha.PLAY1181circleiconkitfixsizingerrorglobalspacingprops2675 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.24.0.pre.alpha.PLAY998backgroundkitremoveemptyinlinline2666 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.23.0.pre.alpha.PLAY1284investigation2657 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-13.24.0 app/pb_kits/playbook/pb_typeahead/components/Control.tsx