Sha256: 676c40be1d63a2dd73abf60009ee8828d2f3fc3f3631f86539d51dfff6e634c2

Contents?: true

Size: 443 Bytes

Versions: 77

Compression:

Stored size: 443 Bytes

Contents

/* @flow */

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

const ClearContainer = (props: any) => {
  const { selectProps, clearValue } = props
  useEffect(() => {
    document.addEventListener(`pb-typeahead-kit-${selectProps.id}:clear`, clearValue)
  }, [true])

  return (
    <components.ClearIndicator
        className="clear_indicator"
        {...props}
    />
  )
}

export default ClearContainer

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
playbook_ui-12.19.0.pre.alpha.PLAY699zindexresponsive650 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.19.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown638 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.19.0 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.18.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown629 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.18.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown628 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.18.0.pre.alpha.play786multilevelselectimprovements627 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.18.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown626 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.18.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown617 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.18.0.pre.alpha.PLAY735mobileheadersfix616 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.18.0.pre.alpha.play786multilevelselectimprovements613 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.18.0.pre.alpha.PLAY747carddarktokens610 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.18.0 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.17.1 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.17.0.pre.alpha.lightboxcurrentPhotoIndex582 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.17.0 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.16.0.pre.alpha.tooltippositionprop566 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.16.0.pre.alpha.PLAY693tooltipwrongbg558 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.16.0.pre.alpha.PLAY693tooltipwrongbg547 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.16.0.pre.alpha.PLAY693tooltipwrongbg532 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx
playbook_ui-12.16.0.pre.alpha.lightboxcurrentphotoprop531 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.jsx