I have a list of radio buttons. when I tab through them, seems like only the first radio button or the one that is selected will get focused, the rest of the radio buttons w
If you are using Angular Material for your application, you can enable radio button tabbing in a cross-browser compatible way by adding a tabindex to each :
Otherwise you will be unable to tab to radio buttons in Safari (because this is the default browser behavior - click here for one discussion).