akshataggrwal

Results 10 comments of akshataggrwal

Hi @michaelmaillot, We've encountered a similar issue in our application. Upon inspecting the OOB SPO people picker field, it appears to be using the same API(/_api/SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface.clientPeoplePickerSearchUser), with the inclusion of...

Hello @NishkalankBezawada, I am also facing the same issue. Please find below, the implementation in my code. It works fine when I try to search by upn (Akshat.agarwal) or "agarwal,...

Hi @michaelmaillot, Upon inspecting the OOB SPO people picker field(which work correctly), it appears to be using the same API(/_api/SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface.clientPeoplePickerSearchUser), with the inclusion of an additional parameter called 'UseSubstrateSearch.' and...

Hi @michaelmaillot, Apologies for the delayed response. I tested the web part locally by including this property, and it now searches for users based on full names as well. ![image](https://github.com/pnp/sp-dev-fx-controls-react/assets/20832945/42b5eb55-6d35-490c-8b33-1e88a0088e9d)...

Great! Thanks for the update @michaelmaillot. Is it reasonable to expect this fix to be included in the next release? Thanks & Regards Akshat Agarwal

We are also getting this flagged in our repository due to "markdown-it" package version. Please share any updates on this. cc: @AJIXuMuK Thanks in advance!

@AJIXuMuK the issue is happening when I am using pnpm, with npm and with latest versions of the below packages it works fine. "@pnp/spfx-controls-react": "3.18.1", "@pnp/spfx-property-controls": "3.17.1" Any thoughts on...

We are getting the issue with MGT + SPFx 1.19 even after including lit-element in the gulp file. @gavinbarron @musale

@FredrikEkstroem we are also getting the same error, We tried using beta versions of above mentioned packages. However, we are not keen on using beta packages in our solutions "@pnp/spfx-controls-react":...