dotansimha / angularjs-dropdown-multiselect

AngularJS Dropdown Multiselect
http://dotansimha.github.io/angularjs-dropdown-multiselect/
MIT License
441 stars 455 forks source link

MultiSelect Dropdown with option "groupBy" is not showing checkBox in IE #462

Open malarvizhi178 opened 6 years ago

malarvizhi178 commented 6 years ago

MultiSelect Dropdown with groupBy is showing checkbox in Chrome. But it is not showing in Internet Explorer 11. Dynamically loading template with checkbox is missing in IE. Please refer the attachments.

Screenshot taken from IE

ie_multiselect_checkbox

When comparing with screenshot from chrome, we can notice that, label and its child tags are missing.

ieinspect_multiselect_checkbox

Screenshot taken from Chrome

chrome_multiselect_checkbox chromeinspect_multiselect_checkbox

Please let me know if any other information required to investigate this issue