My custom control does not react to getAttribute("abc").setValue("123")
from form js.
Do I have implement something in PCF Custom Control code?
My custom control does not react to getAttribute("abc").setValue("123")
from form js.
Do I have implement something in PCF Custom Control code?
Pls verify these.
updateView()
in PCFindex.ts
is hitting, your control will be rendering there to get updated for any change in its property bagusage="bound"
for the property inControlManifest.Input.xml
file