Skip to content

Commit

Permalink
fix(picker): show pre-selected items
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahu authored and adrianschmidt committed Sep 10, 2019
1 parent 2a94c52 commit 43e6940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/picker/picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export class Picker {
this.element.addEventListener('blur', this.handleElementBlur);
this.element.addEventListener('focus', this.handleElementFocus);
this.chipSet = this.element.shadowRoot.querySelector(CHIP_SET_TAG_NAME);
this.chips = this.createChips(this.value);
}

public componentDidUnload() {
Expand Down

0 comments on commit 43e6940

Please sign in to comment.