QML focus issue
-
Hi. I have multiple TextFields spread across multple GroupBoxes. The GroupBoxes are siblings. Within a single GroupBox, when tabbing through the TextFields focus is correctly lost to the previous text edit then gained by the new one. But when tabbing from a TextField in one GroupBox to a TextField in another GroupBox, focus is not lost in the start TextField despite being gained in the second.
Is there a way to resolve this so that only one TextField can have focus throughout all the GroupBoxes?