Posted 16 May 2018, 8:09 am EST
Hello,
I have a bit of a problem determining whether combo-box’s selectedIndexChanged was triggered by an UI action. I was using something like
someDropdownChanged(someCombo: wjInput.WjComboBox) {
if (someCombo.isDroppedDown) {
// do stuff
}
}
But since I upgraded to the latest version, the “isDroppedDown” property is false even if the user changed the selection. I’ve tried to deal with this by keeping an old element(index) in a variable but I wish to know if there was any better way. Or maybe this change of behaviour of wijmo is a bug on your side.
Thanks.
