-
22 Nov 2011 6:19 AM #1
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.
-
Best Answer Posted by tobiu
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).
-
22 Nov 2011 8:41 AM #2Sencha - Services Team
- Join Date
- May 2007
- Location
- Munich (Germany)
- Posts
- 2,292
- Vote Rating
- 6
- Answers
- 58
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).
-
22 Nov 2011 10:22 PM #3


Reply With Quote