Open slegaitis opened 7 years ago
I've autoMatch set to true but it doesn't seem to do what its intended to do.
`<ng2-completer [(ngModel)]="cityFilter" [placeholder]="'Enter city'" [textNoResults]="'No Results Found'" [fillHighlighted]="true" [autoMatch]="true" [inputName]="'cityFilter'" [datasource]="cityList" [minSearchLength]="2" (blur)="filterByCity()"></ng2-completer>`
Is there anything else needed? It doesn't match the result or close the dropdown
autoMatch will only close the dropdown if the text exactly matches, can you provide better reproduction steps or even better a plunkr?
I've autoMatch set to true but it doesn't seem to do what its intended to do.
Is there anything else needed? It doesn't match the result or close the dropdown