Multiselect datasuggest - setting values

Hi,

I have a datasuggest with multiselect set to touch and I’m having issues setting values. I can set a single value but not multiple.

https://snippet.webix.com/68fq70gv

Hello @TomasF ,
I suppose you would like to prevent the popup closing after the next value is selected?
In general, the “datasuggest” defined via suggest or popup property inherits the logic of the suggest view and closes after the every value setting.
I can suggest you to create a custom “popup” editor with a dataview inside to get arount this logic. Check this example: Code Snippet .

Here we also define proper getValue() / setValue() logic to work with milti values.