jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox Auto Complete issue in combo box

This topic contains 4 replies, has 2 voices, and was last updated by  pawanjoshi5 11 years, 8 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Auto Complete issue in combo box #28616

    pawanjoshi5
    Member

    Dear Sir / Madam,

    I have used JQwidget in my application and noticed, If I type something, it autocomplete with first preference data but in scrolling list, it never shows record at first position. Please resolve my issue.

    Thanks & regards

    Pawan

    Auto Complete issue in combo box #28620

    Peter Stoev
    Keymaster

    Hi Pawan,

    The “autocomplete” finds items matching your search string and it will display all matching items. You may look at the different auto-complete modes here: settings.htm.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Auto Complete issue in combo box #28627

    pawanjoshi5
    Member

    Hi Peter,

    I have tested example mentioned in the link. In that case if you type Am then it shows it in 2nd position in display. I want to see item with selected string at first position or last position as I have hundreds of record so user may confuse whether his record has been selected or not.

    Moreover, I am facing one more issue. I have used 6 cascading combo box in my application. One’s output depends upon previous input. I have passed selected Index: -1, still in first cascading process have some problem. To illustrate, I am giving my example explanation:

    1. I have company name, Address, First Name, Middle name and Last Name combo box. First I select company name, it shows address field with value “Select Address”. When I select one Address and next is so on, all process is working fine. No issue except auto complete issue reported earlier.

    2. After selected Address, if I change company name, then instead of showing “Select Address”, it shows dependent value directly which leads to stop next event as no change option available at this moment.

    Please look into my problem.

    Thanks & regards,

    Pawan

    Auto Complete issue in combo box #28628

    Peter Stoev
    Keymaster

    Hi Pawan,

    I understand, but that is not an issue with the widget. That is the way it should work – When you type, the matched item is selected. When “autoComplete” is On, when you Type, the widget displays only the List of matched items as shown in the Demo.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Auto Complete issue in combo box #28631

    pawanjoshi5
    Member

    Hi Steve,

    Now autocomplete is working but can you help me in cascading problem mentioned in previous post.

    Thanks

    Pawan

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

You must be logged in to reply to this topic.