screenshot in IE 11 screenshot in Chrome
Hi! I just insert the tag in my project. As you can see the first screenshot, I think there is a problem when rendering angular material mat-form-field element in IE 11.
I want it to be shown like the chrome one above screenshot. In IE 11 there is an "offset(position) slip" of mat-form-field element's underline.
I have already inspected about it through developer console. And my conclusion is that in IE 11 there is something which affects the position(offset property in IE) of element when I focus on that element.
below is the screenshot before I focus on the element. before focusing after I focus, after focusing
How could I fix this problem :D??