Replies: 1 comment 6 replies
-
The Can you open an issue on our repo instead of this discussion? This would be amazing. Thanks! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This pattern works fine with selectionMode={'single'}
But not for multiples . it shows empty when jobOther.AdditionalRecipients array has 2 items with EMail properties.
BTW version is 2.3.1
Using
import { PeoplePicker } from '@microsoft/mgt-react/dist/es6/spfx';
but
import { PeoplePicker } from '@microsoft/mgt-react';
shows:"
Failed to execute 'define' on 'CustomElementRegistry': the name "mgt-mock-provider" has already been used with this registry
"Where should I import PeoplePicker from?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions