select in list in combo doesn't work

Hello,
I use a select for a list in combo and it seems doesn’t work :

https://snippet.webix.com/ogytqqjb

Any ideas ?

thanks

combo changes list value on show.
if you want to have default selected item, you should set it on popup show event.
https://snippet.webix.com/bu8y7pk2

It seems doesn’t work :frowning:

How it possible to use select method , to show the value in visible part ?

$$(“eqptsType”).setValue(2);

It is ok :wink: thanks