Sha256: 914a88e94b27a1aaf24d42fcfb0f997f2ddd48339887f87494a8ca1feae79de4

Contents?: true

Size: 641 Bytes

Versions: 188

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

188 entries across 188 versions & 1 rubygems

Version Path
playbook_ui-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4305 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.7.0.pre.rc.6 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4304 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4303 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4296 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PLAY1550lazysizesupgrade4295 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4274 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PLAY1607dependencydisplayymlupdate4271 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PLAY1538READMEroot4262 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PLAY1538READMEroot4260 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PLAY1550lazysizesupgrade4257 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PLAY1538READMEroot4254 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.6.2.pre.alpha.PLAY1538READMEroot4251 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.7.0.pre.rc.5 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
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