ArbitraryValuesInput()
Home > @gooddata/sdk-ui-filters > ArbitraryValuesInput
ArbitraryValuesInput() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Input component that creates values from comma-separated or newline-separated input. Supports double quotes for values containing commas. Used for arbitrary filtering operators.
Signature:
export declare function ArbitraryValuesInput(props: IArbitraryValuesInputProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
Returns:
import("react/jsx-runtime").JSX.Element