Describe the bug
In a Dashboard project, enabling the "Output widget handle" in the TextInput should enable the widget ID to be passed to a FocusWidget; apparently it does not pass the widget handle, it passes something but not the widget ID; so FocusWidget cannot set focus on the TextInput.
To Reproduce
Steps to reproduce the behavior:
- On a TextInput widget toggle on the Output widget handle
- Connect it to FocusWidget input (widget type)
- Create an OnEvent action to trigger on "Page open", connect the event to the FocusWidget sequence input to set focus on the TextInput
Expected behavior
The TextInput gets focus once the page loads. Instead, you get a "Widget not initialized" error.

Screenshots
Screenshot of debug screen attached to illustrate the bug.
Desktop (please complete the following information):
Describe the bug
In a Dashboard project, enabling the "Output widget handle" in the TextInput should enable the widget ID to be passed to a FocusWidget; apparently it does not pass the widget handle, it passes something but not the widget ID; so FocusWidget cannot set focus on the TextInput.
To Reproduce
Steps to reproduce the behavior:
Expected behavior

The TextInput gets focus once the page loads. Instead, you get a "Widget not initialized" error.
Screenshots
Screenshot of debug screen attached to illustrate the bug.
Desktop (please complete the following information):