fixed: combobox issue when selecting an element in placeholder state

This commit is contained in:
daboe01
2026-02-15 21:10:14 +01:00
parent facb129183
commit 7dcf5629d7
+7
View File
@@ -570,6 +570,13 @@ var CPComboBoxTextSubview = @"text",
_selectedStringValue = selectedStringValue;
[self setStringValue:_selectedStringValue];
[self _updatePlaceholderState];
#if PLATFORM(DOM)
[self _setCSSStyleForInputElement];
#endif
[self _reverseSetBinding];
return YES;