suggest not working with jsarray

I read in documentation that
“On the client side the list with suggestions can be stored either of supported formats”
I tried with jsarray (I want to use it to have more compact data), but first of all, it’s not working with default filter function. And when I used custom filter function instead of my values I get only “undefined”.
See sample http://webix.com/snippet/92c81d15

You need to define the data template for the inner list, as it expects the value attribute by default:

http://webix.com/snippet/69b73184

oh, I didn’t realized that. Thanks!