Forum Discussion
Joseph Ackerman
Jun 08, 2017Iron Contributor
SPFx: How to reference property pane controls (not their values) in code?
this.properties.<propertyname> returns me the value of the property, not the control used to set the value of the property. In .Net I use the Controls collection to find the control I want and then...
Joseph Ackerman
Jul 26, 2017Iron Contributor
*bump*
Does no on know how to do this (6 weeks and counting...)? I need to implement some interactivity in my property pane (example: enable/disable email to, subject and body text controls if the "use email" checkbox state is "checked" or "unchecked").
Can this be done?
How do I reference the controls? How do I attach event procedures such as "onClick" and "onSelectionChanged" or "onStateChanged"?
Anyone? Bueller? ;-)