Import
Constructors
Properties
Methods
Constructs a new instance of the Cascader
class
Signature
constructor(props: CascaderProps);
Parameters
defaultProps property
static defaultProps: {
changeOnSelect: boolean;
};
flattenOptions property
Signature
getSearchableOptions property
Signature
Signature
onBlur: () => void;
onBlurCascade property
Signature
onChange property
Signature
onCreateOption property
Signature
onCreateOption: (value: string) => void;
Signature
onInputKeyDown: (e: React.KeyboardEvent<HTMLInputElement>) => void;
onSelect property
onSelect: (obj: SelectableValue<string[]>) => void;
render method
Signature
Returns:
JSX.Element
setInitialValue method
Signature
setInitialValue(searchableOptions: Array<SelectableValue<string[]>>, initValue?: string): {
rcValue: string[];
activeLabel: any;
Parameters
Returns: