ixfx
    Preparing search index...

    Type Alias SelectOpts

    SELECT options

    type SelectOpts = {
        autoSelectAfterChoice?: number;
        placeholderOpt?: string;
        shouldAddChoosePlaceholder?: boolean;
    }
    Index

    Properties

    autoSelectAfterChoice?: number

    Item to choose after a selection is made

    placeholderOpt?: string

    Placeholder item

    shouldAddChoosePlaceholder?: boolean

    If true, a placeholder option 'Choose' is added to the list