1. #1
    Sencha User
    Join Date
    Dec 2011
    Posts
    103
    Vote Rating
    0
    Answers
    1
    mike lebowski is on a distinguished road

      0  

    Default Unanswered: Search autocomplete / autosuggest ?

    Unanswered: Search autocomplete / autosuggest ?


    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?

    thanks in advance

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    Answers
    3156
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    There is no one widget or functionality to do this. Basically you have a field that when you type you filter a store of a list.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Apr 2007
    Posts
    2
    Vote Rating
    0
    joncutrer is on a distinguished road

      0  

    Default Examples?

    Examples?


    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?