Posted 14 September 2017, 11:41 am EST
Hi,
I am using 2 wijimocombobox components in angular2. In my code I am expecting the user to change a dropdown selection and upon the user change event, the server side code would change the value of the other dropdown. In the event of value change , I am performing some action and logic.
Is there a way I can differentiate the change event from user interaction vs a change event from server.
I see that when i use onChange , the control does not even trigger an onchange event on user change of the dropdown.
I have added an eventListener to listen for ‘onSelectedIndexChanged’ events, but this gets triggered for both user change of a dropdown value, as well as system changing a dropdown value.
Thanks,
Swetha