SharePoint / SharePoint/sp-dev-docs
SPFx Form Customizer - isPanelExperienceEnabled - Not Working
@Ashlesha-MSFT is already working on this.
Since Aug 21, 2026.
- Dominant language
- PowerShell
- Stars
- 1.4k
- Forks
- 1.1k
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 12
Description
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
Windows
What browser(s) / client(s) have you tested
- 💥 Internet Explorer
- 💥 Microsoft Edge
- 💥 Google Chrome
- 💥 FireFox
- 💥 Safari
- mobile (iOS/iPadOS)
- mobile (Android)
- not applicable
- other (enter in the "Additional environment details" area below)
Additional environment details
- SPFx version: 1.24.0-beta.2
- Microsoft 365 Targeted Release
Describe the bug / error
I've enabled the newer, but apparently fully GA, property isPanelExperienceEnabled in my form customizer manifest.
I've deployed this solution, more than 24h ago, but the forms still show up in the old seperate aspx pages not in the panel. New opens a new page and renders my custom form. Edit opens in a new page and renders my custom form. Sadly, the details pane, which would open a new page with the "view" for my custom form, now does nothing but show the view panel with no column properties.
New/Edit Render:
Details:
Steps to reproduce
- Create an SPFx solution with a form customizer.
- Add the new isPanelExperienceEnabled: true property
- Deploy the solution.
- Use the list the form customizer is attached to.
Expected behavior
This should now open in the new panel experience.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.