D
D
Demigodd2019-04-11 09:20:40
JavaScript
Demigodd, 2019-04-11 09:20:40

How to remove icon in md-select?

Here is an example: JSFiddle
If you open a sheet, then next to Option 2 there is an icon.
And if you select this option, then in the selected md-select , this icon appears next to the text, how can I remove it?
What would the icon be only when the sheet is opened, and if you select some value, then the icon disappears.
5caedca192d00702454291.png5caedca71e6b6806865034.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
FeST1Val, 2019-04-11
@Demigodd

.md-input-has-value .icon {
  display: none;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question