Skip to content

Commit ef6c69e

Browse files
committed
Update faq.md
1 parent 4845010 commit ef6c69e

File tree

1 file changed

+5
-0
lines changed
  • powerapps-docs/developer/component-framework

1 file changed

+5
-0
lines changed

powerapps-docs/developer/component-framework/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ Currently, font resources (files with a .ttf file extension) are not supported b
6363

6464
Currently, [img](manifest-schema-reference/img.md) resources are not supported in canvas apps.
6565

66+
### TabIndex support for components in canvas apps
67+
68+
Currently code components do not support `tabindex` property in canvas apps. For model-driven apps the tab assignment is assigned automatically using `tabIndex = 0`, so elements are navigated in the order they appear.
69+
70+
6671
## Related topics
6772

6873
[Power Apps component framework API reference](reference/index.md)<br/>

0 commit comments

Comments
 (0)