PDA

View Full Version : autocomplete combobox



janixams
23 May 2008, 9:03 AM
Hi all:
I see a combobox example in the API and I make something like that, but does not work fine.
I need a combo that complete the text while the user is typing. My code is the following:
This is the combobox:
[php]
new Ext.form.ComboBox({
store: store_lider,
name: 'combo_lider',
fieldLabel: 'Nombre del L

nbourdeau
10 Jul 2008, 11:37 AM
I have the same problem, did you find a solution ?

RPow
10 Jul 2008, 1:43 PM
Have you tried setting the "minChars" property for your ComboBox?

nbourdeau
10 Jul 2008, 1:54 PM
I found that my problem is more deeper.

see : http://extjs.com/forum/showthread.php?t=40996