-
8 Jul 2010 4:24 PM #1
Auto Complete combobox on typing single character
Auto Complete combobox on typing single character
The Ext.form.ComboBox can be used to support autocomplete - choices either form local or
remote data store that prefill a list under the edit area as you type.
But it seems it always start to do so after at least 4 characters are typed in.
The doc on Ext.form.ComboBox does not list any property to change this.
So, how can one start the autocomplete upon first character?
See example: http://www.sencha.com/deploy/dev/examples/form/forum-search.html
-
10 Jul 2010 9:34 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,169
- Vote Rating
- 28
the api has:
Code:minChars : Number The minimum number of characters the user must type before autocomplete and typeAhead activate (defaults to 4 if mode = 'remote' or 0 if mode = 'local', does not apply if editable = false).

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
Similar Threads
-
Passing parameter (other than query) to load auto-complete combobox.
By subodhkerkar in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 10 Jul 2011, 11:23 AM -
ComboBox<BeanModel> + auto-complete
By valery.stroeder in forum Ext GWT: DiscussionReplies: 5Last Post: 3 Mar 2010, 12:22 AM -
Auto Complete Combobox w/ Template using MySQL and PHP
By wesDuff in forum Community DiscussionReplies: 8Last Post: 14 Jul 2009, 3:24 AM -
auto complete ComboBox
By soma13 in forum Ext GWT: Help & Discussion (1.x)Replies: 2Last Post: 6 Feb 2009, 7:48 AM -
How to open the combo box onclick before typing any character??
By pnagboth in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 16 Apr 2008, 3:22 PM


Reply With Quote