Hi,
Please look at the “http://webix.com/snippet/d1cbc7c0”. How to use this as autocomplete / suggest. The text box should load the values (data) from the popup as autosuggest.
You can subclass default suggest
Check http://webix.com/snippet/368029f2
It uses the same config as in your snippet, but it creates a custom view based on default suggest. The getList method is a key point - it shows which view need to be used as record selector.