Ive created a form with ProForms.
I made the Radio Wrapper and the Radio Button itself focusable via “tabindex: 1”.
So while i can focus all items i cannot select them with pressing the “enter” key.
Hey, normally, you dont need to add custom stuff like tabindex. If youre using the “Radio Wrapper → Radio” structure, radio buttons should be accessible using the arrow keys. Thats the default HTML behavior: W3Schools Tryit Editor
Nope, does not work. But I see a lot of custom tabindex declarations, which could entirely break the functionality Could you reset this to the default and try again using ARROW UP and ARROW DOWN after the first one has been focused?