Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix(pick-list): selectedValues no longer drops selected items.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Oct 17, 2019
2 parents ba37ddd + 80e5900 commit a9e3a02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export class CalcitePickListItem {

emitChangeEvent(shiftPressed = false) {
this.calciteListItemChange.emit({
item: this.el,
value: this.value,
selected: this.isSelected,
shiftPressed
Expand Down

0 comments on commit a9e3a02

Please sign in to comment.