Multicombo selection position

Hello, Is it possible to change multicombo selection value position.

Like, i want to display all the selected value in single row horizontally because i want to display more than 100 selected value and vertically (default) it doesn’t look good to display more than 100 items.

https://snippet.webix.com/l6mu8fpb

Thanks,

Greetings!

The height of the multicombo changes dynamically, and depends on the number of options selected from the list, so it is not possible to change it (otherwise, the selected values would go beyond the borders of the input).
Alternatively, you can turn off tagMode, which will only show the number of selected values, and the height of the input itself will remain unchanged and match the total inputHeight of the skin ( webix.skin.$active.inputHeight).

For example, if you disable tagMode, then multicombo will look like this - Code Snippet