Hi, I have a pcf control, its working perfectly now. I got a new requirement.
There is an option set in the form with values as Single and Multiple.
If it’s Single, the pcf control should allow only one lookup value to be selected. Right now its always allowing multiple values. I have tried finding this options set control in index.ts but its not available. I tried onchange event of pcf control but its getting fired after the index.ts is finished. How can I capture the value of option set in index.ts? I really appreciate your help. Thank you.