1. #1
    Sencha User
    Join Date
    Nov 2011
    Location
    Cuttack,Odisha,India
    Posts
    58
    Vote Rating
    1
    debabrata is on a distinguished road

      0  

    Question Answered: why combo filter start after 4 letter in remote queryMode ?

    Answered: why combo filter start after 4 letter in remote queryMode ?


    Is there any way to filter the result after first input in combobox?
    I am new to extjs.
    Please help.
    Thanks in advance.

  2. http://docs.sencha.com/ext-js/4-0/#!...field.ComboBox
    Code:
    minChars : Number
    The minimum number of characters the user must type before autocomplete and typeAhead activate (defaults to 4 if queryMode = 'remote' or 0 if queryMode = 'local', does not apply if editable = false).

  3. #2
    Sencha - Services Team tobiu's Avatar
    Join Date
    May 2007
    Location
    Munich (Germany)
    Posts
    2,305
    Vote Rating
    7
    Answers
    58
    tobiu will become famous soon enough

      0  

    Default


    http://docs.sencha.com/ext-js/4-0/#!...field.ComboBox
    Code:
    minChars : Number
    The minimum number of characters the user must type before autocomplete and typeAhead activate (defaults to 4 if queryMode = 'remote' or 0 if queryMode = 'local', does not apply if editable = false).
    Best regards
    Tobias Uhlig
    __________


    Sencha Inc
    Tobias Uhlig, Solutions Engineer

    Private Projects:

    S-CIRCLES Social Network Engine
    Commercial Theming for Ext JS 3 & 4

  4. #3
    Sencha User
    Join Date
    Nov 2011
    Location
    Cuttack,Odisha,India
    Posts
    58
    Vote Rating
    1
    debabrata is on a distinguished road

      0  

    Default


    Thanks tobiu for your quick reply. It really worked for me.