I was having issues with the action to set focus on input when I use this code to keep the groupfocus always open. The HTML for keeping groupfocus open causes a problem with the set focus on input.
The below javascript works
const input = document.getElementById('YOUR_INPUT_ID_GOES_HERE'); input.select();
