Hold up. Enumerators are stripped of their text in a packaged game. So if you populate your combo box from the enumerator’s values, in packaged game the combo box options will look like “enumerator_0; enumerator_1; etc.”
As a quick and dirty work-around, you could use a Select String node based on the enumerator and enter your values there.