jQuery UI Widgets Forums Lists ComboBox reset to default after making selecting

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 6 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • reset to default after making selecting #98182

    douglas168
    Participant

    Hi,

    I have a jqxComboBox that does not highlight any item when show its dropdown list at first (selectedIndex: -1). After user first makes a selection from the dropdown list, next time any user click to show the dropdown list the previous user selection will be highlighted.

    Is there any way for jqxCombox to reset back to the default (no selection item highlighted)?

    Appreciate the help!

    Douglas

    reset to default after making selecting #98200

    Hristo
    Participant

    Hello Douglas,

    Yes, you could reset this setting in any time you want with this approach:
    $("#jqxComboBox").jqxComboBox({ selectedIndex: -1 });

    Best Regards,
    Hristo Hristov

    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.