jQuery UI Widgets Forums Lists ComboBox bug with multiselect

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • bug with multiselect #47292

    antonomase
    Participant

    You can try it with the example multiselect.htm

    add the property autoComplete: true to the combobox.

    $("#jqxComboBox").jqxComboBox({source: countries, multiSelect: true, width: 350, height: 25, autoComplete: true, theme: theme });
    

    Type b : the list shows Bahamas, Bahrain, Bangladesh, …
    Choose the first one (Bahamas).
    The item added is ‘Afghanistan’ (the first in the array, not the first in the proposed list) not Bahamas
    Choose another one : it’s OK.
    Try with another letter : it the same thing

    When you use autoComplete: true in a multiselect combobox and you choose the first item in the list, the item added is always the first in the array, not the first in the list.

    bug with multiselect #47294

    Peter Stoev
    Keymaster

    Hi antonomase,

    There is no such behavior with jQWidgets 3.1.0. Please, report issues only for the current version.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.