WjComboBox selected-index-changed event handler does not work in IE 11

Posted by: maarten on 16 October 2017, 12:56 am EST

    • Post Options:
    • Link

    Posted 16 October 2017, 12:56 am EST

    I use the selected-index-changed attribute on WjComboBox. See the html code below.

    The attached event handler works in Chrome, Firefox, and Edge. But in IE 11 the event handler is not called. Can someone help me understand why?

    <wj-combo-box
                items-source="$ctrl.datasets"
                selected-index-changed="$ctrl.selectedIndexChanged(s, e)"
                placeholder="Select Dataset"
                is-editable="false"
                required="false"></wj-combo-box>
    

    I am using Wijmo 5.20172.359 with AngularJS 1.6.5.

  • Posted 16 October 2017, 5:50 pm EST

    Hi,

    I have tested this with our Input 101 Sample and it seems to work as expected. I have attached the sample for your reference. Could you please test this out at your end and let me know if you face the same issue in this sample as well. Also please feel free to modify the sample in order to reproduce the issue and send it back to us.

    I would also like to know the version of IE 11 that you are using . I have tested this on Vesrion 11.1198.14393.0

    InputIntro.zip

    Thanks,

    Abhishek

  • Posted 17 October 2017, 1:39 am EST

    Hi Abhiskek,

    Thank you for your reply. You are right, your sample is working.

    Digging deeper into the issue I found that some of my code wasn’t working because IE does not implement Array.prototype.includes. This was causing unexpected behaviour in my application.

    Sorry for the false alarm.

    Thanks,

    Maarten

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels