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