This repository was archived by the owner on Mar 16, 2018. It is now read-only.

Description
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?