Focus in a search text in a popup

Hi team,

I’m trying to set focus in a search text in a popup : could you help me please ?

I tried $$(“theObjectSearch”).focus() in the onAfterRender’s popup and in the onAfterRender’s search view

https://snippet.webix.com/z6gzcbpw

try to use popup’s onShow instead of onAfterRender
https://snippet.webix.com/r4hubko0

ok

Thank you very much @intregal