Inside my itemSelector's value config, I have set the values like so:
value:["A","B","C"]
A,B, and C are mandatory and thus cannot be deselected. How do I stop these values from being deselected?
Thanks
Inside my itemSelector's value config, I have set the values like so:
value:["A","B","C"]
A,B, and C are mandatory and thus cannot be deselected. How do I stop these values from being deselected?
Thanks
Copyright © 2021 Jogjafile Inc.
You can capture the beforedeselect event and return false for these items. It would help people answer question more appropriately if you post your code here.