Import

    Constructors

    Properties

    Methods

    Constructs a new instance of the Cascader class

    Signature

    1. constructor(props: CascaderProps);

    Parameters

    defaultProps property

    1. static defaultProps: {
    2. changeOnSelect: boolean;
    3. };

    flattenOptions property

    Signature

    getSearchableOptions property

    Signature

      Signature

      1. onBlur: () => void;

      onBlurCascade property

      Signature

      onChange property

      Signature

      onCreateOption property

      Signature

      1. onCreateOption: (value: string) => void;

      Signature

      1. onInputKeyDown: (e: React.KeyboardEvent<HTMLInputElement>) => void;

      onSelect property

      1. onSelect: (obj: SelectableValue<string[]>) => void;

      render method

      Signature

      Returns:

      JSX.Element

      setInitialValue method

      Signature

      1. setInitialValue(searchableOptions: Array<SelectableValue<string[]>>, initValue?: string): {
      2. rcValue: string[];
      3. activeLabel: any;

      Parameters

      Returns: