clear old values of picklist every time it will render Hi,
I have implemented custom rendering functionality on a custom picklist.
Please find attached screen shot.
Functionality:
There are three picklists A, B, C.
Whenever values of A & B will be changed, different values of C will be displayed.
Issue: Suppose user will select values in picklist A and B, and on basis of that user select value on picklist C.
But before saving user want to change value of Picklist B , thus picklist C values should be rendered again and should display different values.
But it is showing previous selected value and new rendered values.
Means picklistentries is not being refreshed properly.
I have attached few screen shot regarding this issue, Please help as it is urgent.
Attached is snippet
Through this snippet , i am getting values in picklist entries
var element = arguments[0],value = skuid.utils.decodeHTML(arguments[1]),$ = skuid.$;
//Get Lead model information
var leadmodel = skuid.model.getModel(“Lead”);
//Fetch first row of Lead info.
var raw=