Unanswered: ComboBox in Sencha Touch (server side auto complete)
Unanswered: ComboBox in Sencha Touch (server side auto complete)
Good day,
In Ext JS 4.0 there is something like a "ComboBox". It's like an auto complete function for an TEXT form element, but with server-side auto completion. I figured out that this is called a "ComboBox" in Ext JS. According to the Wikipedia article about Sencha Touch, the ComboBox is available for Sencha Touch as well, but I can't find any reference.
Does anyone know the best way to implement this in Sencha Touch? Are there some API function I can use or should I build it from stretch? Thanks.