I have two drop down boxes. I populate the second drop down box on the ko compute of the first drop down. I have two lists , one is populated with all the available values of the item selected in drop down. And to the right list, the user can select the values from the left lest which filled by the ko compute function, when ever a value is changed on the first or second drop down, I need to clear the seletedItems array (from the right side list), now the left list with the new values I try to select values to the right list, but the ko compute is called for every selection to the array seletedItems (which I cleared with removeAll in the ko compute), no idea why this is happening.Appriciate any help.
Thanks,