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-14.2.0.pre.alpha.PLAY15063638 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.PLAY15063637 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.PLAY15063634 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.PLAY15063633 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.fixphonenumberinputflag3632 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.fixphonenumberinputflag3631 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.PLAY15063628 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.PLAY15063626 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.PLAY15063624 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.play1432playgroundsanitation3622 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.PLAY15063621 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.PLAY15063620 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.PLAY15063619 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.2.0.pre.alpha.PLAY15063618 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.3.0.pre.rc.0 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.1.0.pre.alpha.PLAY15063617 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.1.0.pre.alpha.PLAY15063616 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.1.0.pre.alpha.PLAY15063615 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.1.0.pre.alpha.PLAY15063614 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.1.0.pre.alpha.PLAY15063613 app/pb_kits/playbook/pb_typeahead/components/Control.tsx