Display mode for “Team” and “Assign to” in the Request form
Implement the display logic for two dependent dropdown fields in the request form:
Team: Displays all teams sorted alphabetically (A→Z).
Assign to: Displays team members filtered by the selected Team, also sorted alphabetically.
Both fields should use dropdown lists (comboboxes) for dynamic data binding and user-friendly selection.
Field Type Selection
- Team: Dropdown list populated from the SharePoint Teams list.
- Assign to: Dropdown list populated from the SharePoint TeamMembers list, filtered by the selected Team.
Display Mode Requirements
Team Dropdown:
- Items: All active teams, sorted alphabetically.
- Search enabled for quick selection.
Assign to Dropdown:
- Items: Members of the selected Team, sorted alphabetically.
- Disabled until a Team is selected.
- Resets when Team changes.
Layout Requirement : The fields Team and Assign to must appear on the same horizontal line within the Governance section for better usability and reduced scrolling.