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

  • Home
  • SEARCH
  • 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 199125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:59:47+00:00 2026-05-11T16:59:47+00:00

I use Ext.form.ComboBox in very similar way as in this example: http://extjs.com/deploy/dev/examples/form/forum-search.html What annoys

  • 0

I use Ext.form.ComboBox in very similar way as in this example:
http://extjs.com/deploy/dev/examples/form/forum-search.html

What annoys me is that when the ajax call is in progress it shows loading text and I cannot see any results from before.

Eg I input ‘test’ -> it shows result -> I add ‘e’ (search string is ‘teste’) -> result dissapear and loading text is shown, so for a second I cannot see any result and think about if it’s not what I’m searching for…

How can I change this to simply not to say anything when ‘loading’…

  • 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-05-11T16:59:48+00:00Added an answer on May 11, 2026 at 4:59 pm

    The solution is to override ‘onBeforeLoad’ method of Ext.form.ComboBox:

      Ext.override(Ext.form.ComboBox, 
        { onBeforeLoad: 
            function() {this.selectedIndex = -1;}
        });    
    

    Please be warned, that this overrides the class method, so all of the ComboBox instances will not have the LoadingText showing. In case you would like to override only one instance – please use plugins (in quite similar way).

    You may also look at Ext.LoadingMask to set an appropriate loading mask to aside element if you wish.

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

Sidebar

Related Questions

I use the UploadFile example in EXTJS ( http://dev.sencha.com/deploy/dev/examples/form/file-upload.html ) but I don't know
I'm using Ext.Form.Panel successfully but I want to use Ext.form.field.File this time. I was
I'm making use of the extjs class objects through Ext.define (... and Ext.create (...
I try to use your example to dynamically add/remove editor and get this error:
I need to submit Ext.form.Panel instance in old way, without any AJAX stuff. I
I was asked to post this as a question on StackOverflow by http://twitter.com/jonathanjulian which
I'm attempting to use the advanced forms of Ext-GWT, but the provided example is
I tried to create a simple ComboBox: var combo1 = new Ext.form.ComboBox({ store: [1,2,3],
I'm stumped on this. We have an ExtJS form where birthdate is entered. However,
Folloving example shows normal combobox until I use XTemplate . After applying XTemplate combobox

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.