'UpdateIf removing focus of item in PowerApps Gallery

I am currently troubleshooting a PowerApp made by a different company where tabbing between fields is not working as expected.

I discovered within a gallery containing text boxes that the "OnChange" properties of these items of a "UpdateIf" function inside them, which appears to be causing the form to lose focus on the item selected.

I was trying to do something like a SetFocus on the item, but that apparently is not supported within the gallery.

I am open to any suggestions including maybe a different best practice to achieve the same sort of result, if there is anything I can do to clarify please ask.



Solution 1:[1]

You can make colour change as selected items to show focus.

Thisitem.selected may work

To display focus

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 abhishek Raj