0

My custom control does not react to getAttribute("abc").setValue("123") from form js.

Do I have implement something in PCF Custom Control code?

Arun Vinoth
  • 20,360
  • 14
  • 48
  • 135
skfd
  • 2,316
  • 1
  • 18
  • 28

1 Answers1

0

Pls verify these.

  1. Debug and see whether the updateView() in PCF index.ts is hitting, your control will be rendering there to get updated for any change in its property bag
  2. Validate you have usage="bound" for the property in ControlManifest.Input.xml file
Arun Vinoth
  • 20,360
  • 14
  • 48
  • 135