You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/component-framework/faq.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,11 @@ Currently, font resources (files with a .ttf file extension) are not supported b
63
63
64
64
Currently, [img](manifest-schema-reference/img.md) resources are not supported in canvas apps.
65
65
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
+
66
71
## Related topics
67
72
68
73
[Power Apps component framework API reference](reference/index.md)<br/>
0 commit comments