- Ya
- 6 Agosti 2026, 00:15 UTC
- Mwandishi
- Kamo
- Ahadi ya
- 5b79280
The buttons of one AcroForm radio field are imported as separate linked fields, one choice each, so each keeps its own box on the page. They were named after the field id, so the browser saw a group of one per button and arrow-key navigation could not move between them. Naming them after the shared linkedGroupId makes them one native radio group for keyboard and screen-reader purposes; mutual exclusion continues to come from linked-field value sharing in signStore, which already propagates a value across the group.