I have a problem that is similar to this question. (Actually, I had the same problem and now I'm trying to get around it by not using placeholder strings)
I have 3 NSComboBoxes. Sometimes I type something in one ComboBox and when I switch the focus to the next ComboBox it stops showing the string value. The string is still there, but it's not showing:
The NSComboBox Content Values is bound to a NSArrayController:
Controller Key: arrangedObjects
Model Key Path: @distinctUnionOfObjects.project.name
Any ideas on how to solve this?