Skip to content

Commit

Permalink
Merge branch 'main' into fix/bug-3163
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored Sep 3, 2024
2 parents 94e28c2 + 440211b commit 288f914
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,9 @@ export class MgtPeoplePicker extends MgtTemplatedTaskComponent {
this._foundPeople = [];
this._arrowSelectionCount = -1;
}
this.enableTextInput();
if (this._isFocused) {
this.enableTextInput();
}
}
}

Expand Down

0 comments on commit 288f914

Please sign in to comment.