I have searched for example/tutorials of implementing an autocomplete (autosuggest) search field ( for example stock symbol ) , but have not found much documentation in this area. Does anyone know of a good reference?
Also, as existing samples or discussions may be for Touch 1.0, I need to ask if perhaps 2.0 provides any additional out of the box support for autocomplete?
Are there any examples to demonstrate this in Sencha Touch 2? I am needing the same functionality, I assume I need to tap into the change event of the search box, filter the store, and refresh the list. Any examples?