Topic: Material Select and IE 11
                  
                  pleal1976
                  pro
                  asked 6 years ago
                
I am having an issue with IE 11 and Material Select.  It appears that the _triggerChangeOnNativeSelect function is failing when a selection is made.  Any work-around for this issue?
Here is the code and the line number:
key: "_triggerChangeOnNativeSelect",
value: function _triggerChangeOnNativeSelect() {
var keyboardEvt = new KeyboardEvent('change', {
bubbles: true,
cancelable: true
});
Line number: 20745.
MDB Version: MDB Pro 4.6.0
Any suggestions?
Thanks.
                      
                      Sebastian Kaczmarek
                      staff
                        answered 6 years ago
                    
Currently, there is no quick solution for this. Please try to implement `CustomEvent` instead and recompile your package. We will fix it
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
 - Premium support: No
 - Technology: MDB jQuery
 - MDB Version: 4.5.15
 - Device: Laptop
 - Browser: IE 11
 - OS: Windows 10
 - Provided sample code: Yes
 - Provided link: No