Skip to content

Commit

Permalink
fix: don't fire change event on blur
Browse files Browse the repository at this point in the history
fixes #102
  • Loading branch information
varnastadeus committed Oct 27, 2017
1 parent 10999cb commit 582184e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ng-select/ng-select.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
(input)="onFilter($event)"
(focus)="onInputFocus($event)"
(blur)="onInputBlur($event)"
(change)="$event.stopPropagation()"
role="combobox"
aria-expanded="false"
aria-owns=""
Expand Down

0 comments on commit 582184e

Please sign in to comment.