dhtmlXComboFromSelect disable focus

How to disable auto onload window input focus?

window.dhx_globalImgPath=“js/dhtml/imgs/”;
var z=dhtmlXComboFromSelect(“saraksts-autori”);
z.enableFilteringMode(true);

Tnx

You need to use html input to redirect focus to it.
script:
document.getElementById(“hid”).focus();
body:

Ou, tnx :slight_smile: It helped me! :slight_smile:

solution:

You are welcome!