I have input element in Angular Material:
<md-input-container>
<input type="text" mdInput placeholder="">
</md-input-container>
When input has focus it displays underline. How to hide or remove that?
Seem I need to set null
for underlineRef
?