Hello,
So for <component name="SearchScreen" extends="Group" initialFocus="keyboard">
It works perfectly for the first time the component is focused on. However, when I go off it, lose focus go to another component and come back, it doesn't trigger initialFocus anymore.
How do I reset it?
I tried m.top.setFocus(false), that didn't work.