We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cdb68 commit 5f18d6fCopy full SHA for 5f18d6f
src/components/mgt-people-picker/mgt-people-picker.ts
@@ -676,6 +676,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
676
this.requestUpdate();
677
this.fireCustomEvent('selectionChanged', this.selectedPeople);
678
}
679
+
680
if (input) {
681
people = [];
682
if (this.type === PersonType.person || this.type === PersonType.any) {
@@ -701,7 +702,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
701
702
703
704
- // default group search with user input
705
706
if ((this.type === PersonType.group || this.type === PersonType.any) && people.length < this.showMax) {
707
708
try {
0 commit comments