2 thoughts on “Custom Property Pane using Fluent UI Panel in SPFx”
Hi
I have a requirement like asking for number of people to be part of the team and based on the number, text fields should get added dynamically to add their names in the webpart properties itself. I have to take the names from the web[part properties again and display in the webpart.
Hi
I have a requirement like asking for number of people to be part of the team and based on the number, text fields should get added dynamically to add their names in the webpart properties itself. I have to take the names from the web[part properties again and display in the webpart.
How can I achieve this.
Kind Regards,
P
LikeLiked by 1 person
you can use PnP PropertyFieldCollectionData control for collect names, it is fully dynamic
https://ravichandran.blog/2020/05/29/gathering-collection-of-data-in-property-page-using-pnp-propertyfieldcollectiondata-control-in-spfx/
LikeLiked by 1 person