Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the use of multiple groupId's in PeoplePicker #1163

Closed
andreasomayrat opened this issue Mar 22, 2022 · 3 comments · Fixed by #1205
Closed

Allow the use of multiple groupId's in PeoplePicker #1163

andreasomayrat opened this issue Mar 22, 2022 · 3 comments · Fixed by #1205
Labels
status:fixed-next-drop Issue will be fixed in upcoming release.
Milestone

Comments

@andreasomayrat
Copy link
Contributor

Category

[x] Enhancement

[ ] Bug

[ ] Question

Version

Please specify what version of the library you are using: [3.7.0]

Expected / Desired Behavior / Question

Allow the use of multiple groupId's in PeoplePicker, as we are in need of multiple and mixed groups (both Microsoft365 Groups and SharePoint groups) for our project.

<PeoplePicker
    ...
    groupId={[
        '24ead331-b7d2-41b6-932f-6f852905b611',
        12,
        '98552c3a-636c-4d69-8e96-4f00fea0fcd8'
    ]}
/>

Observed Behavior

As of now, you can only specify one single groupId

@ghost
Copy link

ghost commented Mar 22, 2022

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

@ghost ghost added the Needs: Triage 🔍 label Mar 22, 2022
@github-actions
Copy link

Thank you for submitting your first issue to this project.

@AJIXuMuK
Copy link
Collaborator

Thank you @andreasomayrat for submitting and implementing it!

@AJIXuMuK AJIXuMuK added status:fixed-next-drop Issue will be fixed in upcoming release. and removed Needs: Triage 🔍 labels Apr 19, 2022
@AJIXuMuK AJIXuMuK added this to the 3.8.0 milestone Apr 19, 2022
@AJIXuMuK AJIXuMuK mentioned this issue May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:fixed-next-drop Issue will be fixed in upcoming release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants