sengirab/ngAutocomplete

View on GitHub
projects/ng-auto-complete/src/lib/classes/AutocompleteGroup.ts

Summary

Maintainability
A
50 mins
Test Coverage

Function CreateNewAutocompleteGroup has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

export function CreateNewAutocompleteGroup<T>(placeholder: string, key: string, value: { id?: string | number; [value: string]: any }[], keys: { titleKey: string, childrenKey: string | null }, parent: string = '', completion: boolean = true, searchLength: number = 2): AutocompleteGroup {
Severity: Major
Found in projects/ng-auto-complete/src/lib/classes/AutocompleteGroup.ts - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status