materiahq / ngx-monaco-editor

Monaco Editor Library for Angular v6 and above
MIT License
159 stars 35 forks source link

Remove Find widget over Internet Explorer #25

Closed MohitSaraswat closed 4 years ago

MohitSaraswat commented 4 years ago

I want to use @materia-ui/ngx-monaco-editor in my project. While creating a POC, I found that the find and auto-suggestion functionalities are not working on IE while the same code works for chrome. I have handled the auto-suggestion by checking browser. But not able to fix the find widget issue. I want to either fix this issue in IE or remove the widget in IE. Please help me with this. Thanks in advance !

chrome IE