jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox Problem with first auto selected item in combobox

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

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

  • jittopjose
    Participant

    I am using jqxcombobox with knockoutjs.
    Recently I discovered one problem. If we type some text in combobox, the matching entry will be highlighted in the dropdownbox. and if we press enter, the selected one will appears selected in box. But the selected index is still -1. if we select any other entry using arrow key, then this problem does not come. The problem only with first auto selected item as we type.
    Is this a known issue with knockoutjs or any option I can set to avoid this problem?

    Thanks,
    Jitto P.Jose


    Peter Stoev
    Keymaster

    Hi Jitto P.Jose,

    We cannot reproduce such issue with the current version(jQWidgets 3.2.2). Alternatively, you can use the ComboBox’s “change” event to trigger selection changes. The “getSelectedItem” method returns the currently selected item or null(for empty selection).

    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.