I think ext team need to separa Combobox and Autocomplete feature to make thing simple. I played ext.form.combobox for a few days, I was never able to cache query data that come from the sever. YUI 2.2 already has this auto cache data feature, but through the adapter the thing has been change.
here is YUI cofiguration for autocomplete.
YAHOO.example.ACFlatData = function(){
var mylogger;
var oACDS;
var oAutoComp1;
I would like to second this thought.... I have been trying to figure out a way to implement autosuggestion in EXT but am not quite there yet.... I mean, simple autosuggestion is fine, but what about advanced features like - delimiter character, query delay, forced selection, caching, auto highlight, typeahead, etc etc.... so I just ended up using YUI itself for autosuggestion.... is it possible to do all that in Ext? if so, can anyone point me in the right direction?.... if not, then it would be really nice to have those features..... keep up the good work
funny.... how did I miss those.... were they added in the last 2 weeks?.... sorry guys, for posting without Xchecking.... I'll give it a try.... thanx sanjiv
Hi...Is there any way to have delimeters in the autosuggestion. We require it so that we can allow users to select multiple values in a single column. If anybody have done so...please let us have the code...or guide us how to do this.........
Hi everyone, has anyone tried implementing delimiters? ... I am pretty bad at JavaScript so even after trying my bit in extending the combobox class couldn't quite achieve it.... if anyone else has done anything in it then please let me know
Hi,
Actully my question is related to autocomplete. I want autocomplete like combobox with filter of grid panel. I create separate thread for it also. If any one can Give functionality of autocomplete to Filter.Please help me. And if it is possible to seperate Combobox from autocomplete, Then is it possible to use separate autocomplete with filter?