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,
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.