Tiago Simões wrote:
Hi JC,
If I’m not mistaken, the screen is only rendered at the end of the flow or when there is something asynchronous happening, like a server action. A possible workaround there is to do a JavaScript with single $resolve() statement before setting the focus, not sure if that would work. Maybe that focus action should be changed to include that.
Cheers,
Tiago Simões
Hi Tiago,
I am sorry but I don't know how to implement this :)
I tried a more conventional approach but didn't work as well:

When this is on OnReady, it only works on the first render. Meaning if I flip back and forth to the different web block (defined by the stepnumber), it doesn't work anymore. If I do this on OnRender, it always sets focus on the field even if you are typing on another one.
