[SOLVE] Richselect first select, after remote data

I want select first element in richselect, after load remote data.

I try with: https://webix.com/snippet/1906c2f6
but not work…

Thanks in advance

Hello,

You can get the id of the first list record as:

this.getPopup().getList().getFirstId();

and pass it to the setValue method: https://webix.com/snippet/257f439e

Great… work fine. Very thanks

Best regards