E.g. -webkit-text-fill-color
Using '-webkit-text-fill-color': 'red' got me an error "Using kebab-case for css properties in objects is not supported. Did you mean WebkitTextFillColor?"
Have tried WebkitTextFillColor, webkitTextFillColor, and textFillColor, but the property doesn't take effect.
I'm asking because I'm trying to customize the color of the placeholder of a DISABLED Material UI TextField. I'm using version 5 of Material UI.
Is there any specific reason why you're using this? If not, you should be using color property. MDN does not recommend using this.
UPDATE
This is a MUI-related issue. Here is the answer to "How to override the default placeholder colour of the TextField MUI component" :
UPDATE 2
In order to change disabled version, you should do: