@thepalaceproject/circulation-admin
    Preparing search index...

    Interface AutocompleteProps

    interface AutocompleteProps {
        autocompleteValues: string[];
        disabled: boolean;
        label: string;
        name: string;
        onChange?: () => void;
        value?: string;
    }
    Index

    Properties

    autocompleteValues: string[]
    disabled: boolean
    label: string
    name: string
    onChange?: () => void
    value?: string