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.8.0.pre.alpha.PLAY1649rolloutheightglobalprops4635 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.9.0.pre.rc.2 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.8.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4567 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.8.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4565 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4563 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4559 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.9.0.pre.rc.1 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.8.0.pre.alpha.PLAY16254545 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.8.0.pre.alpha.PLAY1615movenegativetoleftofcurrencysign4543 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.8.0.pre.alpha.PLAY1615movenegativetoleftofcurrencysign4539 app/pb_kits/playbook/pb_typeahead/components/Control.tsx
playbook_ui-14.9.0.pre.rc.0 app/pb_kits/playbook/pb_typeahead/components/Control.tsx