Hi community,
is there a nice way to tell the control that it shall be disabled/editable than having a client-side script (addOnChange) and an additional input? I'm using pcf with react so would just have to pass a disabled state to the component.
We just came across a form on which all fields are locked if the form is in a specific state but none of the pcf are. The only solution that came into mind is the above mentioned but it's ugly and I guess there is no nice alternative because I need to tell the pcf somehow it needs to be disabled.
Thanks in advance and happy coding