AppC_AutoComplete icon indicating copy to clipboard operation
AppC_AutoComplete copied to clipboard

An example of how to build an incremental search/auto-complete search with Appcelerator

Results 1 AppC_AutoComplete issues
Sort by recently updated
recently updated
newest added

``` javascript $.wordTF.addEventListener('return', function(e){ Ti.API.info("index: $.wordTF.addEventListener(change)"); processInput(); }); ``` Info message shows "change" instead of "return"