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?
hey.
I tried to achieve a combo of two sources - one predefined and one remote.
I've set the
dataattribute to the local variable and update it from time to time (+triggering attributedatachange).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?