Multicombo in property view

Hi team,

I tried to use a multicombo in a property view and it does not seem to work : is it normal ?

https://snippet.webix.com/8luamtw8

Hey @XavierDP, this seems to be in line with the documentation. According to this article, property’s type coincides with the available editor types (you can check all of the available editor types here), and it does not include the multicombo option as an editor.

It also seems that you can use a multiselect editor combined with a checksuggest to achieve a similar result - https://snippet.webix.com/0hzanuvd.

Hi @Dzmitry

Ok thanks