I have a standard DropDown field, that I want to add options to.
The field is called ddlComponents.
I use the following code (same as I use on a Multu Select which works fine) but nothing is added to the Drop Down:
fd.field("ddlComponents").options.push(com.Title);
What am I doing wrong?