You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standard SharePoint list forms implement Comments functionality. This functionality is required for our implementation for collaboration on tasks and issues.
Ideally, I would like to inject simple customizations into standard SharePoint forms, similar to injecting JSLink in classic forms. However, no such functionality exists in modern forms. For example, I need to set default value of the Org Unit field from a URL parameter value and make the field read only. Now, the only way we can implement it is with SPFx or Power Apps. Both options are an overkill and a deployment and maintenance nightmare. If there was a site collection feature to enable custom JavaScript injections, that would address a myriad of challenges.
Observed Behavior
Comments functionality is missing from Dynamic Forms component.
Steps to Reproduce
Implement Form Customizer extensions with a Dynamic Form for a list. Notice that Comments panel and show/hide button is missing from the form. Also, Comments option on the list item opens the Dynamic Form with missing comments controls.
The text was updated successfully, but these errors were encountered:
You're right: the DynamicForm doesn't include the comments feature, it would be nice to have an option to display them.
Now regarding the display, as this control can be displayed anywhere (webpart, extension), maybe a first implementation would be to add them below the form buttons, don't you think?
@6gal6ler6 thtat's a nice suggestion, however the ListItemComments requests Graph permissions, which couldn't fit to every scenario (because of API consent in SP Admin). IMHO it would be better to rely on SP REST API only (and why not adding later a prop to enable Graph API usage).
Category
Version 3.17.0
Expected / Desired Behavior / Question
Standard SharePoint list forms implement Comments functionality. This functionality is required for our implementation for collaboration on tasks and issues.
Ideally, I would like to inject simple customizations into standard SharePoint forms, similar to injecting
JSLink
in classic forms. However, no such functionality exists in modern forms. For example, I need to set default value of the Org Unit field from a URL parameter value and make the field read only. Now, the only way we can implement it is with SPFx or Power Apps. Both options are an overkill and a deployment and maintenance nightmare. If there was a site collection feature to enable custom JavaScript injections, that would address a myriad of challenges.Observed Behavior
Comments functionality is missing from Dynamic Forms component.
Steps to Reproduce
Implement Form Customizer extensions with a Dynamic Form for a list. Notice that Comments panel and show/hide button is missing from the form. Also, Comments option on the list item opens the Dynamic Form with missing comments controls.
The text was updated successfully, but these errors were encountered: