Can you tab through all radio buttons?

后端 未结 5 1697
挽巷
挽巷 2020-12-07 14:07

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

5条回答
  •  北海茫月
    2020-12-07 14:57

    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).

提交回复
热议问题