Membrane React - v0.6.0
    Preparing search index...

    Interface ComboBoxOptionsProps

    interface ComboBoxOptionsProps {
        value?: any;
        onValueChange?: FnOnValueChangeType;
        schema?: DataSchema;
        valueSpec?: ValueSpecType;
        variablesSchema?: any;
        variablesOnly?: boolean;
        options?: ComboBoxOption[];
        optionFactories?: ComboBoxOptionsFactory[];
        refsToIgnoreClick?: PopperRefElementType[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    value?: any
    onValueChange?: FnOnValueChangeType
    schema?: DataSchema
    valueSpec?: ValueSpecType
    variablesSchema?: any
    variablesOnly?: boolean

    Do not let entering custom values - only allow selecting from the variables.

    options?: ComboBoxOption[]
    optionFactories?: ComboBoxOptionsFactory[]
    refsToIgnoreClick?: PopperRefElementType[]