Home Reference Source

Function

Static Public Summary
public

debounce(fn: *, delay: number): *

public

hexToRGBA(hex: *, alpha: *): string

public

valueExistInSelected(value: *, values: *, props: *)

Static Public

public debounce(fn: *, delay: number): * source

import {debounce} from 'react-dropdown-select/src/util.js'

Params:

NameTypeAttributeDescription
fn *
delay number
  • optional
  • default: 0

Return:

*

public hexToRGBA(hex: *, alpha: *): string source

import {hexToRGBA} from 'react-dropdown-select/src/util.js'

Params:

NameTypeAttributeDescription
hex *
alpha *

Return:

string

public valueExistInSelected(value: *, values: *, props: *) source

import {valueExistInSelected} from 'react-dropdown-select/src/util.js'

Params:

NameTypeAttributeDescription
value *
values *
props *