diff --git a/AppKit/CPComboBox.j b/AppKit/CPComboBox.j index 8fa386fee..d5305b606 100644 --- a/AppKit/CPComboBox.j +++ b/AppKit/CPComboBox.j @@ -570,6 +570,13 @@ var CPComboBoxTextSubview = @"text", _selectedStringValue = selectedStringValue; [self setStringValue:_selectedStringValue]; + + [self _updatePlaceholderState]; + +#if PLATFORM(DOM) + [self _setCSSStyleForInputElement]; +#endif + [self _reverseSetBinding]; return YES;