Usually it`s called combo ,So in yor dialog where is combo you should add edit.
example:
dialog new_table {
title "New Project"
size -1 -1 157 67
option dbu
combo 1, 9 6 60 50, size edit drop
}
Like here combo has id 1 and propertys size edit drop.