Skip to content
This repository has been archived by the owner on Mar 16, 2018. It is now read-only.

local+remote source #19

Open
stryju opened this issue Jul 6, 2011 · 2 comments
Open

local+remote source #19

stryju opened this issue Jul 6, 2011 · 2 comments

Comments

@stryju
Copy link

stryju commented Jul 6, 2011

hey.

I tried to achieve a combo of two sources - one predefined and one remote.

I've set the data attribute to the local variable and update it from time to time (+triggering attribute data change).
Problem: sometimes it tries to get the default url ( like /search?q=... ) + the list won't get updated the moment it t gets changed by
$input.setOptions({data:DATA_VAR})

triggering search() didn't help either...

any ideas?

@agarzola
Copy link
Owner

agarzola commented Jul 6, 2011

Hi, stryju. Mind posting a link to a live implementation showing the problem you’re having? It would help me understand the problem you’re having. Thanks!

@stryju
Copy link
Author

stryju commented Jul 6, 2011

can't really do that, tho i can describe it a bit more precise:

var dataA = [...];

$input.bind(event_for_keys, function(){
// here i get the values from external source, like php or so
// and update the dataA
$input.setOptions({data:dataA}); // now it would be nice to trigger the list update, because it is not triggerend somehow...
}).autocomplete({data:dataA});

hope u got enought info :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants