Combo box with href

Hi Webix team,

https://snippet.webix.com/57xzzygm

In this snippet onAfterRender I want to select 0th element by default. Its getting selected but problem is that its not clicking href. I want href click in onAfterRender method

Hi Webix team,

Please reply me

The selecting method does what it was designed for - it shows the selected record.
The method doesn’t simulate a real click, so the href is not clicked, this is the expected behavior.

You need to call documen.open, or set document.location.href manually
https://snippet.webix.com/ga85sc0x