multi-line text in the drop-down options combo

How do this?
type:{ height:“auto” } not useful - popup not show

https://snippet.webix.com/qbasn42w

Hello @Roman,
The point is that height:"auto" for items cannot be set together with component’s autoheight, as it interrupts sizing logic.
Suggest has two parameters which have to be disabled: autoheight and yCount (a limit for autoheight):
https://snippet.webix.com/x668g2yr

thank you!