jQWidgets Forums

jQuery UI Widgets Forums General Discussions Lists DropDownList Problem after upgrade to new version – bug?

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  Klaus H 11 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • Klaus H
    Participant

    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


    Peter Stoev
    Keymaster

    Hi Klaus,

    The change is definitely on purpose and is not a bug. If you want the DropDownList’s hidden input to have a name attribute then set the “name” attribute of the DropDownList when you create it. We have working online demos which show as well.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com


    Klaus H
    Participant

    Hello Peter,

    thank you for the clarification.

    Kind Regards
    Klaus

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.