ComboBox formatting not working for me

Hey folks - I’ve done a lot of searching on this and everyone who changes font size/ font family in AS3 uses a TextFormat object and the following code:

myComboBox.textField.setStyle("textFormat", myFormatBlack)

That works, but the problem is I am making my text quite large (42 points) and the combobox won’t resize.

Any ideas?