ComboBox

In this example, when %%PEAllowOther? is set to True , the combo box will accept typed-in values in addition to those specified by %%Choices.

<%%PEEditorType("ComboBox"),_
 %%PEAllowOther?("True"),_
 %%Choices("10,20,30")>_
Parameter Rule testNum As Number = 10