Open
Description
Feature Description
After upgrading from version 17 (where the keyboard navigation of mat-tree was left to the programmer) the new version (20) has integrated WAI/ARIA treeview standard keyboard navigation which conflicts with our own keyboard handling for tree navigation that we had in place.
Is there a way to turn off that newly added WAI/ARIA treeview keyboard navigation implementation? If not, there should be an attribute on the mat-tree to turn this off and let the programmer handle it itself with custom behavior as he wishes.
Use Case
When having custom behaviors for keyboard usage with the tree view.