Skip to content

Commit

Permalink
fix(filter): search on first input (akveo#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
craftycorvid authored and nnixaa committed Feb 19, 2019
1 parent c1558b1 commit 8d7283d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export class InputFilterComponent extends DefaultFilter implements OnInit, OnCha
}
this.inputControl.valueChanges
.pipe(
skip(1),
distinctUntilChanged(),
debounceTime(this.delay),
)
Expand Down

0 comments on commit 8d7283d

Please sign in to comment.