I want to set a placeholder for a select input in Vuejs
The example in this PEN. https://codepen.io/halcolo/pen/ZELVVvw
In this example, I want to change the color of the default value Years in service
(My placeholder for this select input) I'm trying to change the CSS.
option[value=""][disabled]{
color: #bebebe
}
But don't change anything, I used this after but at this case it does not work