Ofer Gal

Results 14 comments of Ofer Gal

When used with framework, I got the warning: Warning NU1701 Package 'Microsoft.SharePointOnline.CSOM 16.1.19404.12000' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v2.2' So...

Can this be used to change the link of the document name to open in a new window? I think I need to do something with FileRef but not sure...

graphIds is a state variable which is an array. How would I use Array.from()? ``` Array.from(graphIds); ? ``` I will try later.

Now with version following the [doc](https://docs.microsoft.com/en-us/graph/toolkit/components/people-picker) defaultSelectedUserIds expects a string "a string of comma-separated Microsoft Graph user IDs" so when I set a state variable as string. Typescript complaines that...

Guess the only difference is that my implementation is in a SPFx webpart and real 365 tenant rather than "MockProvider" My provider init in the ...webpart.ts is: ``` if (!Providers.globalProvider)...

Both have the `await sleep(5000);` and both seem to fix at first. when I I clicked [Load immediately - update the value bound to selectedPeople](https://stackblitz.com/edit/mgt-1644-aurssr?file=App.tsx) a second time, I see...

In my SPFx Web Part (now MGT 2.6.0) it only show correctly when using literals like in the Demo. ``` defaultSelectedUserIds={['67bfd792-fe22-477c-9b11-4c1c63237b4e','d661d903-3fd0-496e-a356-cb96ecd10e60','[email protected]']} ``` When using variables ``` const [graphIds, setGraphIds] =...

The 100% of the datepicker is not the same of other control in my page ![image](https://user-images.githubusercontent.com/5054931/150998482-2b77f9d9-ba16-4e08-a173-96e981d8767d.png) I tried all sorts of ways. The closest to other controls 100% is 99%...

This link is broken. Where is the guide now? Are there any PnP Framework samples out there? Thanks