Trying to achieve focus on a tab in the new V9 unified interface and the tab focus function is fully documented but nothing happens.
Debugging proves the below function executes but focus is not shifted to the tab in the UI.
Anyone tested or has a valid workaround?
let tabResultsObj = formContext.ui.tabs.get("tab_search_result"); if (tabResultsObj) { tabResultsObj.setFocus(); }
*This post is locked for comments