There are 3 accordions on a page with 4-5 radio buttons inside each one of them,all have the same name group,on init the first radio of first accordion is selected already.When selecting the radio buttons by pressing tabs,the second accordion opens,but on pressing the next tab-it skips the radio buttons and moves on to the next accordion, This is because the user can select only one option with same name, What i want is the second options should be able to select via tabbing,But the name attribute should remain the same.(that's the condition-can't be changed coz it has a lot dependency).How can we achieve this.
Added tabindex values to radios,but no use.
from Radio button selection via tabs
No comments:
Post a Comment