Skip to main content
Community site session details

Community site session details

Session Id : kciM8KGjsFiwDPZkEdG/iB
Power Apps - Building Power Apps
Answered

Tab Order on Text Input

Like (0) ShareShare
ReportReport
Posted on 20 Jun 2017 16:19:23 by

Hello,

I'm currently having issues with my tab order on my pages. It used to auto-tab from left to right between all of my inputs, but currently the auto-tab is seemingly jumping around the page on random. Is this a problem, or is there a way to fix this?

 

Thanks,

Tony

  • rybnzdev Profile Picture
    31 on 25 Jul 2022 at 20:52:35
    Re: Tab Order on Text Input

    You can also try to do the following:

     

    Go to the data list, then list setting (top right corner, cog icon)

     

    Then down the very bottom there's a setting called "Column ordering "

     

    You can adjust the sequence of fields from here.

     

    After saved the list with a new order, try refreshing your powerapp.

     

    It might help, but again, after I was able to "successfully" change the tab order on my app, it went back to chaos for some reasons after awhile.  

     

    I think it's a bug.....

  • luaxs4 Profile Picture
    58 on 25 Jul 2022 at 15:09:24
    Re: Tab Order on Text Input

    Those who have got it right can u help others with exact step because no matter what combination it is its just not coming out right. I have tried numbers 0,1,2,3 etc in tab index field, also i have combined prevcontrolbox.Tabindex+1 option but the tab sequence is not coming the way it is needed. By default for form control, the tab sequence is the sequence of the columns (originally created) in your database at least for SharePoint. 

  • rybnzdev Profile Picture
    31 on 16 Jul 2022 at 02:07:56
    Re: Tab Order on Text Input

    Thank you, this is a real solution after so many posts and researches.

    I'm able to fix 99% of my tab orders except for one

    - Name

    - Position

    - DOB

    - Address

    - etc...

     

    Somehow after entering in Name field, the tab order is fixed to DOB even after I've set Position to be Name+1.

    So the actual running order is now:
    - Name

    - DOB

    - Position

    - DOB (again as DOB has Position+1)

    - Address

    - etc.... 

     

    Still, your method solved 99% of my issues and I'm happy with that!!!!!

    So strange that a simple tab order that "power"App can't even get it right......

  • Hasini N Profile Picture
    8 on 22 May 2021 at 14:30:38
    Re: Tab Order on Text Input

    In the same gallery control i have used the tab index as mentioned using the formula

    Txtbox1 txtBox2...txtbox10

    Tabindex of txtbox1 is 0

    TabIndex of txtbox2 - txtbox10 is txtbox1+1

     

    In the play mode, 

    I have cursor in the text box1, when i click tab mode cursor is moving to the txtbox2 to txtbox10.

     

    I want the cursor movement should be in vertical.

     

    Kindly help me how to achieve this

     

  • whitelc Profile Picture
    36 on 22 Sep 2020 at 14:14:38
    Re: Tab Order on Text Input

    Way cool, thanks!

  • Community Power Platform Member Profile Picture
    on 03 Feb 2020 at 03:53:32
    Re: Tab Order on Text Input

    I realise this is an old post, but I'm putting this here as I think it'd be useful for everyone to know. 

     

    When working with the tab inex property, you can use a calcuation to determine it. For example, let's say you have a form with four fields displayed in a single column form - let's call them Alpha, Bravo, Charlie and Delta. After the end user enters something in Alpha, I want the tab index to take them to Bravo. So I would set the tab index of Bravo to Alpha.TabIndex + 1. I then want the tab index to move the focus from Bravo to Charlie, so I would set the tab index of Charlie to Bravo.TabIndex + 1. Then rinse and repeat as needed. 

  • Community Power Platform Member Profile Picture
    on 26 Jan 2020 at 15:07:20
    Re: Tab Order on Text Input

    Additional: you can also use decimals in the Tabindex property.

    Handy if you add new inputfields between e.g. Tabindex's 2 and 3; you use Tabindex 2.5 for the inserted one.

    Benefit is that you don't have to renumber all your existing Tabbable fields.

     

  • Francis_Ayson Profile Picture
    7 on 16 Jan 2019 at 22:14:05
    Re: Tab Order on Text Input

    Thanks, this works for me. 

  • jemsjose Profile Picture
    32 on 06 Sep 2018 at 22:25:17
    Re: Tab Order on Text Input

    I had the similar erratic tabbing order even after providing the TabIndex.

    What worked for me is:

    1. Ensuring the TabIndex started from 1 and not 0.
    2. Data source refresh after it.

    Hope this helps if your TabIndex doesn't to work.

  • globUSA Profile Picture
    19 on 03 Mar 2018 at 18:44:15
    Re: Tab Order on Text Input

    I am afraid it does not work even if for simple text input control:  I inserted 4 text input controls... changed their positions, assigned tabindex from 1 to 4 in order I needed... unpredictable navigation route when pressing Tab (or Shift+Tab).

     

    It gets more complicated in Edit Form, where we have data cards (without tabindex property)... 

     

    This is a very basic function (existing in Access 20 years ago), and very important for streamlining data entry, at least for the generation that prefers keyboard shortcuts to touching a screen... Smiley Indifferent

     

    I hope I missed something, so this essential functionality is there but I could not benefit from it...

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

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Loading complete