Replies: 4 comments 3 replies
-
I came here to put in a request to have it available in a panel similar to OOTB and PowerApp, but you already have it in your known requests. so I'll just +1. |
Beta Was this translation helpful? Give feedback.
-
Hey @AJIXuMuK - This is more of quick question or confirmation but if this is not already added to list it can be good feature request.. So for another type of extension(not form extension), when we create SPFx solution it automatically create element.xml and ClientSideInstance inside SharePoint which allows us to use Feature framework to associate the extension....as of last releasae for form extension these files are not created automatically? Is this in the roadmap or feature request already? |
Beta Was this translation helpful? Give feedback.
-
Should have an option for a site owner/designer to edit the settings on the content type/list for the custom forms, ideally selecting the installed form customizers. Having to write code to install these 100% of the time is not ideal. However, it is nice to have an API deployment option as a 1st step... so we can install them ourselves. What would be REALLY nice is if we had events when apps were installed/uninstalled, like webhook, so we could automatically register/unregister them. |
Beta Was this translation helpful? Give feedback.
-
When showing the form in the full screen mode, would be nice to have context for the current list included on the top-right of the form... didn't classic forms work this way originally so users had context? |
Beta Was this translation helpful? Give feedback.
-
In SPFx 1.15.0 we released new extension type: Form Customizer.
We've started with some basic implementation and want to hear your feedback on what else is needed to simplify development of the form customizers.
I will start with few things and please feel free to add your ideas.
Form Customizer in Panel
Currently form customizer support full page experience. And we know we need to make it work in panel, similarly to OOB forms.
List Item Data
We will provide list item data as part of the context to allow devs avoid addition REST call to retrieve this data.
JSON Form Formatting as part of the context
We've got feedback that it would be nice to have information about JSON formatting applied to the form. And we will include it.
Let's discuss what else is needed. We will really appreciate if you also share use cases.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions