Sha256: 914a88e94b27a1aaf24d42fcfb0f997f2ddd48339887f87494a8ca1feae79de4

Contents?: true

Size: 641 Bytes

Versions: 294

Compression:

Stored size: 641 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}
        marginBottom="none"
    >
      <Flex>
        <components.Control
            className="text_input"
            {...props}
        />
      </Flex>
    </TextInput>
  </div>
)

export default TypeaheadControl

Version data entries

294 entries across 294 versions & 1 rubygems

Version Path
playbook_ui-14.6.2.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4247 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.7.0.pre.rc.4 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.7.0.pre.rc.3 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.7.0.pre.rc.2 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0.pre.alpha.dropdownclassfix4224 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0.pre.alpha.PBNTR5554223 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4222 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.1 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.7.0.pre.rc.1 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0.pre.alpha.play1586datearea4218 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0.pre.alpha.PBNTR5554217 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.7.0.pre.rc.0 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.5.0.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4216 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0.pre.rc.25 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0.pre.rc.24 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0.pre.rc.23 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0.pre.rc.22 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.0.pre.rc.21 app/pb_kits/playbook/pb_typeahead/components/Control.tsx