TextField.SetValueWithoutNotify doesn't update placeholder style

When I have a TextField with an empty value, it shows a placeholder with light grey color. Then, when I try to set the value without notification:

textField.SetValueWithoutNotify("Some Text");

It changes the text, but it is still shown in the light grey color style instead of white.

Is there any way to fix this?