Hi,
I switched one of our projects from v3.2.2 to v3.4.0 and using the DropDownList control, this causes a major problem.
When creating the DropDownList you create a structure with nested divs to get the look of the DropDownList and you also add a hidden field in which you store the value. In v.3.2.2 that hidden field had the name attribute according to the control, so if I use a form submit, the value is submitted.
Now in v.3.4.0 the hidden field does no longer have the name attribut, just a blank hidden field without name like <input type=”hidden” value=”1″>. Is this on purpose?
Kind Regards
Klaus