How to give height auto for combo data list

Hi webix team

How to give the height auto for combo data list.

for reference:
Code Snippet

Thank’s in advance
Deepak

Hi,

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://webix.com/snippet/090445c4

Hi Listopad,

Thanks for sharing the code and spending a time with us

Regards
Deepak