Peter Paul Kirschner

Results 6 comments of Peter Paul Kirschner

What's your vision behind? web components can be made with react / angular / plain javascript

Angular Elements is really comfortable for developers. I have only written my own wrapper for React Components. ``` class MyReactWrapper extends HTMLElement { reactMountPoint; componentAttributes = {}; connectedCallback() { this.mountReactApp();...

@pnp/spfx-property-controls Version 3.2 reference to 1.3.11 and @pnp/spfx-controls-react 3.3 point to 2.5.0 I think the same version would be nice. @M365Bass

Thanks, @Jitenparmar can you are absolutely right, thanks for digging it out I tested it and it was working with the old Property (upn) But from the description, it should...

@Shravansahi works like expected

Hi @johnsoep This WebPart uses SharePoint Search in the File ```spservice.ts``` the method ```searchUsersNew```is in use. You have to find a Property to filter the users on your requirements, as...