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

    Interface ComboBoxComponentProps

    interface ComboBoxComponentProps {
        placeholder?: string;
        className?: string;
        onChange: FnOnValueChangeType;
        required?: boolean;
        disabled?: boolean;
        role?: string;
        "aria-expanded"?: boolean;
        "data-selected"?: boolean;
    }
    Index

    Properties

    placeholder?: string
    className?: string
    required?: boolean
    disabled?: boolean
    role?: string
    "aria-expanded"?: boolean
    "data-selected"?: boolean