if (my_CheckBox.selected == true) {
My_ComboBox.addItem({data:01, label:"My_Label"});
Problem is this add that item unlimited time. How can i add it only one time?
if (my_CheckBox.selected == true) {
My_ComboBox.addItem({data:01, label:"My_Label"});
Problem is this add that item unlimited time. How can i add it only one time?
:: Copyright KIRUPA 2024 //--