Closed
Description
Category
[ ] Bug
Version
Please specify what version of the library you are using: 3.15.0
Expected / Desired Behavior / Question
We have been using DynamicForm control in one of the SharePoint add-ins. Control works fine, except it's not displaying the Name (FileLeafRef) field. Users are expecting to modify custom fields, along with the file name.
When a user is inside a Document Library, and try to edit item properties, DynamicForm control should open the form with the "Name(FileLeafRef)" field for users to edit.
SharePoint edit properties form has this feature.
Observed Behavior
In a Document Library, DynamicForm opens without the "Name" field.
Steps to Reproduce
Create an SPFx project with DynamicForm control.
Open DynamicForm to edit a file properties.
Can you please help on this?
Thanks!