diff --git ui/views/controls/textfield/textfield.cc ui/views/controls/textfield/textfield.cc index ceafee88760f7..91f670e94a8e4 100644 --- ui/views/controls/textfield/textfield.cc +++ ui/views/controls/textfield/textfield.cc @@ -3131,6 +3131,10 @@ void Textfield::OnEnabledChanged() { if (GetInputMethod()) { GetInputMethod()->OnTextInputTypeChanged(this); } + if (GetWidget()) { + SetColor(GetTextColor()); + UpdateBackgroundColor(); + } UpdateDefaultBorder(); // Only expose readonly if enabled. Don't overwrite the disabled restriction.