ixfx
    Preparing search index...

    Type Alias SelectOpts

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

    SELECT options

    Type declaration

    • Optional ReadonlyautoSelectAfterChoice?: number

      Item to choose after a selection is made

    • Optional ReadonlyplaceholderOpt?: string

      Placeholder item

    • Optional ReadonlyshouldAddChoosePlaceholder?: boolean

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