-
Notifications
You must be signed in to change notification settings - Fork 409
Closed
Labels
status:fixedIssue fixed in current or prior release.Issue fixed in current or prior release.type:enhancementNew feature or enhancement of existing capabilityNew feature or enhancement of existing capabilitytype:question
Milestone
Description
Category
[ ] Enhancement
[ ] Bug
[/] Question
├── @fluentui/[email protected]
├── @microsoft/[email protected]
├── @pnp/[email protected]
├── @pnp/[email protected]
├── @pnp/[email protected]
└── [email protected]
Version
Please specify what version of the library you are using: [ 3.15.0 ]
Question
I am trying to filter an sp pnp people picker:
PeoplePicker - @pnp/spfx-controls-react
I want to filter based on whether the users found have a certain @domain.com
Is there an out of the box solution that comes with the control or is it something I will have build around it?
It's been suggested I use
import { PeoplePickerFilter } from '@pnp/spfx-controls-react';
but I get an error saying it doesn't exist on @pnp/spfx-controls-react:

How to filter it?
Metadata
Metadata
Assignees
Labels
status:fixedIssue fixed in current or prior release.Issue fixed in current or prior release.type:enhancementNew feature or enhancement of existing capabilityNew feature or enhancement of existing capabilitytype:question