$€®¥09@Prospfx-app.dev·Dec 1, 2023How to create a Microsoft Fluent UI Searchable Dropdown Component with reactThe Fluent UI dropdown component provided by Microsoft is good. But unfortunately it does not support to "search" for items from the list. In this post, I will describe how to create a custom React component with the ability to filter the dropdown co...Discuss·88 readsfluentui
$€®¥09@Prospfx-app.dev·Sep 7, 2023SPFx SharePoint Development: Quickly Generate List-Based Models Using a Single CommandIn a recent post, I shared my CLI @spfxappdev/cli which has some awesome features. Many of these features come from my other posts, like "My personal tips how to configure a SPFx project after creation" Today I published a new version of the CLI, v1....Discuss·387 readssPfx
$€®¥09@Prospfx-app.dev·Aug 28, 2023My CLI for SPFx developmentIn my last post, I gave some personal tips on how to configure an SPFx project after it is created. And in that post, I mentioned a command-line interface (CLI) I am working on. And now I have released the first version with full documentation. You a...Discuss·184 readssPfx
$€®¥09@Prospfx-app.dev·Aug 24, 2023My personal tips how to configure a SPFx project after creationIt is very easy to create a new SPFx project and you can find a lot of posts about it. One of these posts is, of course, the one from Microsoft. But what should you do after the "empty" project is created? I will describe what I personally do after I...Discuss·301 readssPfx
$€®¥09@Prospfx-app.dev·Apr 13, 2023New version of password vault webpart was releasedAlmost a year ago I released my "Simple password vault" webpart. Actually, it was only meant for a single username and password. If it should be more, you could have used the notes field. After I presented it once in the PnP community call, I also pr...Discuss·238 readsSharePoint
$€®¥09@Prospfx-app.dev·Feb 9, 2023Using pnpm in SPFx projectsTypically, an SPFx Project is scaffolded via yo and using the yo @microsoft/sharepoint command. By default, all required node packages are installed using npm as the package manager. But you can also use other package managers like yarn or pnpm. I do...Discuss·723 readssPfx
Kris Sequerecursivekea.hashnode.dev·Aug 28, 2022SharePoint Item Version History WebpartGitHub Link Grab it at: https://github.com/RecursiveKea/ItemVersionHistory Background During Migration projects I deal with folders and documents that can have a lot of versions (record being one with 96k versions - we put limits on documents with a ...Discuss·1 like·102 readsTypeScript
Deepthi Msharepointfx.hashnode.dev·Jun 27, 2022React-file-viewer in SPFXPurpose Sharepoint users have standard webparts to display a file in a communication site.But to display file from other sites in your tenant or to preview a document without opening them. I explored few libraries to implement these type of functiona...Discuss·209 readsTypeScript