Skip to content

Commit 0244d93

Browse files
committed
necessary requestUpdate for ie11 focus change
1 parent 0bc43f0 commit 0244d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
809809

810810
private lostFocus() {
811811
this._isFocused = false;
812+
this.requestUpdate();
812813
}
813814

814815
private renderHighlightText(person: IDynamicPerson): TemplateResult {

0 commit comments

Comments
 (0)