Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8942447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:31:10+00:00 2026-06-15T11:31:10+00:00

I have a remote combobox that allows filtering as the user types into it.

  • 0

I have a remote combobox that allows filtering as the user types into it. I have the problem that, as the user types, later searches are returning faster than earlier ones (due to being more refined), but are then replaced when the earlier search eventually returns. That is, even though the user has entered a more refined search, they see the results of an earlier, less refined search.

I do not know if the fault here lies with the combobox or its internal store (or me :P), but it seems to me that one of them should probably be ignoring the responses to any of the older requests once they’ve issued a new one.

I am surprised not to have found any information about this occurring for other people. I would have thought the situation above – typing and continually refining a search, thus making the lookup faster – would be fairly common. Though, to be honest, I don’t really know what to search for. Also, there may be a simple config option to this effect that I missed in the docs.

I realise I could play with minChars and queryDelay to mostly eliminate this issue, but the fact remains that there is still the possibility of it occurring.

Has anyone else had/solved this issue?

Edit:
As requested, an example of a combobox that exhibits this behaviour:

{
    xtype: 'combo',
    mode: 'remote',

    pageSize: 300, 
    minChars: 3,
    queryDelay: 200,
    pageSize: 10,

    hideTrigger: true,
    selectOnFocus: true,
    enableKeyEvents: true,
    typeAhead: false,
    triggerAction: 'all',
    forceSelection: true,
    listEmptyText: 'No results',

    valueField: 'id',
    displayField: 'value',
    store: {
        url: '<url>',
        reader: new Ext.data.JsonReader({
            root: 'rows',
            totalProperty: 'totalCount',
            fields: ['id', 'value']
        })
    }
}

Though I suppose the issue is really dependant on the queries being made and the data being loaded.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T11:31:11+00:00Added an answer on June 15, 2026 at 11:31 am

    Turns out this is an issue with Ext JS 3.4.0 that was fixed with 3.4.1.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ComboBox with a remote json store. It lets the user type
I have an editable ComboBox that should contain a path. The user can select
I know the app servers like Websphere and Weblogic have remote deployment capabilities that
I am using rails 2.3 and have a problem. I have remote form, and
I have a remote call that I make and I am wondering where it
I have a remote SVN repository that I connect to via HTTPS. The repository
I have a remote mySQL table that I use in a few tools, occasionally
I have an ExtJS combobox with a remote data store behind it. In all
I have a combobox on my form that is bound to a generic list
I'm a newbie using Extjs 4.07. I have created a combobox (remote) queryMode. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.