Skip to content

Commit 26da553

Browse files
committed
fix(Filter): Fixed a typo in event name.
1 parent 9f2062d commit 26da553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/grid-filter-template/grid-filter-template.sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
placeholder="Filter..."
4040
autocomplete="off"
4141
(input)="onInput(input, column)"
42-
(onKeyDown)="onKeyDown($event)"/>
42+
(keydown)="onKeyDown($event)"/>
4343
<igx-suffix *ngIf="input.value || input.value === 0" (click)="clearInput(input, column)" tabindex="0">
4444
<igx-icon>clear</igx-icon>
4545
</igx-suffix>

0 commit comments

Comments
 (0)