I wanted to have a look at the PopupService exposed by the Component Framework. I'm thinking it will be something like of a modal appears whenever the openPopup is invoke which is in my case on a click of a button.
Here's a snippet of my code:
If you want typescript to compile it, you can write it as follows:
const popup = { name: "testPopup", type: 1, content: popupContent, popupStyle: {} } as ComponentFramework.FactoryApi.Popup.Popup;
Please share me the ControlManifest.Input and index.ts files which are working as expected.We are getting issue when we are adding the
Thanks Jolake! It worked! I added popupStyle as one of the properties of Popup in ComponentFramework ts definition as it won't compile.
Hi JoCas,
Apologies for the confusion around this.
Your issue should be fixed if you update your code to look like this:
We will be updating our documentation to include this property, as it is required for the popup support in preview.
Hope this helps
Hi sgpchenchang,
Tried to create a much simpler project, but the error still persist.
Attached is the project zip file
Thanks!
Hi JoCas,
If you don't mind, can you please share a zip of the pcf project with me? We will try to investigate into this issue. Thanks! (I don't need the solution zip, just the pcf project).
Hi!
It occurs on both harness and cds.
It throws the error Uncaught TypeError: Cannot read property 'display' of undefined
Hi,
Does this issue occur in the test harness or on CDS itself? Thanks.
WarrenBelz
85
Most Valuable Professional
Michael E. Gernaey
59
Super User 2025 Season 1
mmbr1606
55
Super User 2025 Season 1