Skip to content

Commit

Permalink
fix: change event not called when item selected via click
Browse files Browse the repository at this point in the history
Fixes #792
  • Loading branch information
Haprog committed Mar 21, 2019
1 parent e9e7f50 commit f498f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vaadin-combo-box-mixin.html
Expand Up @@ -872,6 +872,7 @@

if (this.selectedItem !== e.detail.item) {
this.selectedItem = e.detail.item;
this._detectAndDispatchChange();
}
}

Expand Down

0 comments on commit f498f43

Please sign in to comment.