Sha256: 54aee265b2f50c49c8192445092128954afeafefc6dc043180d645ecf2c1baf2

Contents?: true

Size: 426 Bytes

Versions: 831

Compression:

Stored size: 426 Bytes

Contents

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

831 entries across 831 versions & 1 rubygems

Version Path
playbook_ui-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.11.1 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.11.0.pre.rc.17 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.11.0 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.11.0.pre.rc.16 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.10.0.pre.alpha.play16825301 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.11.0.pre.rc.15 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.11.0.pre.rc.14 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.11.0.pre.rc.13 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.11.0.pre.rc.12 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5274 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.10.0.pre.alpha.play16825244 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.11.0.pre.rc.11 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.11.0.pre.rc.10 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx
playbook_ui-14.10.0.pre.alpha.play1662cssbargraph5214 app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx