Skip to content

Commit be9c83e

Browse files
AndersSahlinAnders Roos
andauthored
Clear defaultPeople on forced state update, fixes #1796 (#1799)
Co-authored-by: Anders Roos <[email protected]>
1 parent 32a71d6 commit be9c83e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mgt-components/src/components/mgt-people-picker/mgt-people-picker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
651651
this._groupPeople = null;
652652
this._foundPeople = null;
653653
this.selectedPeople = [];
654+
this.defaultPeople = null;
654655
}
655656

656657
return super.requestStateUpdate(force);

0 commit comments

Comments
 (0)