You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The mgt-people-picker uses a click state to determine styling and focus in the input area. However, there is a stopPropagation preventing other components from losing focus. This means if the mgt-teams-channel-picker is on the same page, the user is unable to switch focus between the components.
To Reproduce
Steps to reproduce the behavior:
render both a mgt-teams-channel-picker and mgt-people-picker to a page.
Click on the mgt-teams-channel-picker so that focus is received and the component starts loading.
Click on the mgt-people-picker input so that it receives focus
Observe both components UI seeming as if they are focused.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. edge, chrome, safari]
Framework [e.g. react, vue, none]
Context [e.g. Microsoft Teams, SharePoint, Office Add-ins, Web]
Version [e.g. 0.1]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
mgt-people-picker
uses a click state to determine styling and focus in the input area. However, there is a stopPropagation preventing other components from losing focus. This means if themgt-teams-channel-picker
is on the same page, the user is unable to switch focus between the components.To Reproduce
Steps to reproduce the behavior:
mgt-teams-channel-picker
andmgt-people-picker
to a page.mgt-teams-channel-picker
so that focus is received and the component starts loading.mgt-people-picker
input so that it receives focusExpected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: