addOption - Can you add an option to the top of the list?

Is there a way to specify adding an option to the top of a combo box list? Better yet, is there a way to specify adding the option in the correct alphabetic spot?

Thanks!

Unfortunately combo API doesn’t allow to add option in a specified position. The options should be sorted before they are added to the combo.