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 0bc43f0 commit 0244d93Copy full SHA for 0244d93
src/components/mgt-people-picker/mgt-people-picker.ts
@@ -809,6 +809,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
809
810
private lostFocus() {
811
this._isFocused = false;
812
+ this.requestUpdate();
813
}
814
815
private renderHighlightText(person: IDynamicPerson): TemplateResult {
0 commit comments