Hi,
I have an dropdown for that am Adding values dynamically. Below I the script am using on exit event
Var val = this.rawValue;
this.additem(val);
When the values get added, when am selecting the previous values and exit the feild that value is getting add twice.
Could you please help me in the modifying the script, where its should not repeat the selected values from the dropdown.
Thanks in advacne