- 
                Notifications
    
You must be signed in to change notification settings  - Fork 19
 
Open
Labels
Description
Just a feature request: it would be highly convenient if there was some way for the application to supply suggestions via a callback rather than (or in addition to) a remote url or a fixed array. The web framework I'm using uses websockets rather than a RESTful API to transfer data between server and client, so I'd have to build a separate server-side endpoint just to handle the needs of the autocomplete widget. It would be better if I could just give a callback and handle communicating with the server myself.