jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox ComboBox autocomplete type

This topic contains 2 replies, has 3 voices, and was last updated by  nagaveni 9 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • ComboBox autocomplete type #1438

    sushant
    Member

    Is it possible to change the ComboBox’s auto complete type?

    ComboBox autocomplete type #1451

    support
    Participant

    Hi sushant,

    You can use the ‘searchmode’ property.

    For example:

    $("#jqxComboBox").jqxComboBox({ searchmode: 'contains'});

    See the ‘searchmode’ possible values: combobox api

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    ComboBox autocomplete type #78753

    nagaveni
    Participant

    Hi Guys,

    I am using jqxComboBox, As per my scenario, no need to bind source to combobox on page load.
    I have combobox search and I need to bind source to combobox based on search parameter. There I am sending search parameter
    as a querystring to API method and returning results back to view.

    I am binding source to combobox with the following code:

    var dataAdapter = new $.jqx.dataAdapter(array);
    $(“#searchProperties”).jqxComboBox({ source: dataAdapter });

    But after binding source, the entered text in the combobox is getting clear automatically even though there are list items.
    And also if I select any item from dropdownlist, it is also clearing.

    I request you to provide me solution for this.

    Regards,
    Nagaveni

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

You must be logged in to reply to this topic.