Integration App React - v2.21.0
    Preparing search index...

    Interface ComboBoxValueProps

    interface ComboBoxValueProps {
        className?: string;
        placeholder?: string;
        isEdited?: boolean;
        disabled?: boolean;
        onClick?: FnInitEditModeType;
        onChange?: FnOnValueChangeType;
    }
    Index

    Properties

    className?: string
    placeholder?: string
    isEdited?: boolean
    disabled?: boolean