File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ When using `MatTabNavGroup`, always specify a label for the `<nav>` element.
113
113
114
114
#### Keyboard interaction
115
115
116
- ` MatTabGroup ` implements the following keyboard interactions.
116
+ ` MatTabGroup ` and ` MatTabNavBar ` both implement the following keyboard interactions:
117
117
118
118
| Shortcut | Action |
119
119
| ----------------------| ----------------------------|
@@ -122,6 +122,3 @@ When using `MatTabNavGroup`, always specify a label for the `<nav>` element.
122
122
| ` HOME ` | Move focus to first tab |
123
123
| ` END ` | Move focus to last tab |
124
124
| ` SPACE ` or ` ENTER ` | Switch to focused tab |
125
-
126
- ` MatTabNavBar ` does not add additional keyboard handling, deferring to the native behavior of
127
- anchor elements.
You can’t perform that action at this time.
0 commit comments