mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-05 10:23:39 +00:00
fixed: combobox issue when selecting an element in placeholder state
This commit is contained in:
@@ -570,6 +570,13 @@ var CPComboBoxTextSubview = @"text",
|
||||
_selectedStringValue = selectedStringValue;
|
||||
|
||||
[self setStringValue:_selectedStringValue];
|
||||
|
||||
[self _updatePlaceholderState];
|
||||
|
||||
#if PLATFORM(DOM)
|
||||
[self _setCSSStyleForInputElement];
|
||||
#endif
|
||||
|
||||
[self _reverseSetBinding];
|
||||
|
||||
return YES;
|
||||
|
||||
Reference in New Issue
Block a user