Does anyone know why tooltip is not shown on keyboard navigation in Angular 15? Works on mouse over, but not on keyboard navigation via TAB key. Happens for me only on checkbox, on radio button works.
Here is an example: stackblitz.com/edit/hvjxck?file=src%2Fapp%2Fradio-overview-example.html
I think you should dig into accessibility for material, something you can read here: https://material.angular.io/cdk/a11y/overview#focuskeymanager
Thanks, but I did. Same example works in Angular 14 😢️️️ Will keep digging into the Angular code
it's related to material, unfortunately Material isn't really good for accessibility, try to dig into docs or change library
Обсуждают сегодня