Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

"Tab" between textinput in a gallery is not working

(1) ShareShare
ReportReport
Posted on by 2
Hello there.
 
I’m new to Power Apps and I’m trying to create a tool for entering monthly data by activity stage and job title for different types of projects. To do this, I made 2 galleries, one inside the other. However, when I run the app and try to move between the ‘TextInputs’ using the ‘TAB’ key, the field is selected and then deselected immediately after, requiring me to go through all the fields again.
 
Does anyone know why this happens and how to solve it?
 
If I just use de mouse, it works correctly, but the usability is not that good

For example:
Data input:
TAB key selected:
a few milliseconds later:
 
then I need to TAB twice to go to the second textinput in that row. If I'm trying to set the fifthy ou other ones, I need to press TAB many times as the column of the textinput
 
  • Muzammil_069506 Profile Picture
    292 Super User 2025 Season 1 on at
    "Tab" between textinput in a gallery is not working
     
    The issue you’re experiencing with the ‘TAB’ key in Power Apps is a known one. When you use the ‘TAB’ key to move between fields in a gallery, the focus can sometimes jump back to the start of the row1. This happens because making a change to a field causes a Patch() OnChange. When you tab through the fields, the tab index jumps to the start1.
     


    If that is the case try 
    1. Create a Collection: Create a collection that populates blank rows in your gallery to be written and saved each day1.
    2. Set Items Property: Set the Items property of your gallery to this collection1.
    3. Include Text Input Boxes: Inside your gallery, include text input boxes whose Default property is set to your desired fields1.
    4. Write Changes to a New Collection: In the OnChange property of those input boxes, write changes to a new collection. This is what you’ll ultimately save back to your data source1.
    5. Leave Original Collection Untouched: Your original collection remains untouched so that the gallery doesn’t get updated and reload1.
    6. Save Changes: Once all changes are made, you can set the OnSelect property of a submit button to save the changes1.
    7. This approach allows patches made to the new collection to be immediate and do not have any performance impact because you’re not writing back to the data source after each revision1.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,605 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,946 Most Valuable Professional

Leaderboard