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 6f2d44e commit ad1b97bCopy full SHA for ad1b97b
packages/mgt/src/components/mgt-people-picker/mgt-people-picker.ts
@@ -911,6 +911,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
911
this.hideFlyout();
912
}
913
}, 400);
914
+ this.userInput = input.value;
915
916
await this.loadState();
917
clearTimeout(loadingTimeout);
@@ -922,7 +923,6 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
922
923
924
925
if (this.userInput !== input.value) {
- this.userInput = input.value;
926
this._debouncedSearch();
927
928
0 commit comments