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
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.
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
Additional environment details
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
Expected behavior
This should now open in the new panel experience.