Text input does not get focus after an action call

write text in field and hit enter. Start workflow and after return text field lost focus.

1 Like

You can try to use Client Script Invocation on action. You need to add it under the action and it should look like this:

getPanel('{panelId}').focusFormViewControl('{field}')

This should force focus to the selected control.

1 Like

The panelId get from screen in architect.

SnĂ­mek obrazovky 2022-01-18 130742

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.