Forum Discussion
_anomDiebolt_
7 years agoQrew Elite
Setting focus on the first input control is a convenience under the assumption that you would starting editing the first input control. You can turn it off using the IOL technique and code like this:
setTimeout(function() {A short timer is sufficient to delay the blur() event until QuickBase finishes building the page. There might be a more elegant way to do this but it is worth my time to investigate as I don't think this feature is all that important.
_fid_6.blur();
}, 3000);