Accessibility in Power Apps Flashcards

1
Q

Accessibility in Power Apps

What does the TabIndex property do?

Hint: TabIndex is a property that can be set for controls in a Power App

A

It decides whether or not the control is part of keyboard navigation.
Setting the value to 0 indicates true, so it would be a part of keyboard navigation, -1 means it isn’t.

Keyboard navigation is when a user uses the keyboard to go through a UI,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Accessibility in Power Apps

What types of controls would you not want to be part of Keyboard navigation in a Power App?

A

Controls that are not interactable by the user e.g. Labels
Best practice for keyboard navigation is to let the user ‘tab’ through all inputs e.g. textboxes, buttons etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly