Skip to content

Commit

Permalink
fix(template): fix AOT compile error (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
eseliger authored and varnastadeus committed Feb 11, 2018
1 parent 6644ee3 commit 43909b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ng-select/ng-select.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
[readOnly]="!searchable"
[value]="filterValue"
(input)="onFilter(filterInput.value)"
(focus)="onInputFocus($event)"
(blur)="onInputBlur($event)"
(focus)="onInputFocus()"
(blur)="onInputBlur()"
(change)="$event.stopPropagation()"
role="combobox">
</div>
Expand Down

0 comments on commit 43909b5

Please sign in to comment.