Description
Environment:
- Product: Microsoft Teams
- Component: People Picker (Modal for selecting people)
- Platform: Web/Desktop
- Screenshot attached
Description:
There are two usability issues observed in the People Picker component used in Microsoft Teams:
1. Search Field Not Auto-Focused
Issue:
When opening the People Picker modal, the search input is not automatically focused. This breaks expected user behavior and forces an unnecessary extra click to start typing.
Expected Behavior:
The search input should receive focus automatically when the modal is opened, allowing the user to immediately begin typing a name or email address.
2. “Done” Button Disabled When Clearing All Selections
Issue:
After selecting multiple users, if a user tries to remove all selections in order to update the list, the “Done” button becomes unclickable. This prevents confirming the empty selection and traps the user in the modal.
Expected Behavior:
The “Done” button should remain active even when all users have been removed. It should allow submission of an updated empty selection if desired.