function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ram dram d 

Lightning onchange event not working in IE 11

Hi All,

I am using below code in one of my lightning component it is working fine in Google Chrome but it is not working in IE . If anyone have any idea or suggestion regarding this issue could you please help me or suggest me  on this ?

<lightning:checkboxGroup aura:id="pgroup"
                                 name="products"
                                 label=""
                                 options="{!v.products}"
                                 value="{!v.selectedproducts}"
                                 onchange="{!c.handleProductOnChange}"
                                 />
    



Thanks in Advance !!
 Ram
Khan AnasKhan Anas (Salesforce Developers) 
Hi Ram,

Greetings to you!

This is a known issue. onchange is not working properly in IE. Please refer to the below links which might help you further.

https://stackoverflow.com/questions/44915351/onchange-event-and-programmatic-input-value-change-conflict-on-ie/44986956

https://stackoverflow.com/questions/10876152/onchange-not-firing-in-ie

https://success.salesforce.com/answers?id=9063000000047AFAAY

IE11 has significant performance issues in Lightning Experience:

https://help.salesforce.com/articleView?id=getstart_browsers_sfx.htm&type=5 (https://help.salesforce.com/articleView?id=getstart_browsers_sfx.htm&type=5)

https://help.salesforce.com/articleView?id=000333934&type=1&mode=1 (https://help.salesforce.com/articleView?id=000333934&type=1&mode=1)

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas