Focus handling when disabling / hiding item
-
I've got a couple of items in a Flickable.
One of them has the focus. If I set this item's visibility to false or disable it, I would like that the next item automatically gets the focus.
Is it somehow possible that this happens automatically? Or do I have to set the focus to the next item manually?When I iterate through the items with the keyboard, the disabled / invisible items are skipped, which is perfect.
Thank you!