PnP Dynamic Form Control for SPFx

πŸš€ This article has moved!

Please visit the updated version here:

πŸ‘‰ Go to Updated Article

6 thoughts on “PnP Dynamic Form Control for SPFx

    • Hi Murtuza,

      Although I haven’t tested that case, my recommendation is in the onclick event. Delete the control and then re-add it with a new list item id.

      Put the control within the if condition as an example. If the condition is false, the control will be deleted. If the condition is true, the control will be set with a new list item id. it is just workaround suggestions

      I’ll test this scenario and fix this issue in the control.

      Like

  1. Hi, can you add an example for fieldOverrides paramter? I am facing issues while passing internalname and custom function

    fieldOverrides={{[“BrandUpdateOwner”]: peoplePicker}}
    this throws an error

    Like

Comments