Fixed
Project:
radix
Version:
6.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2026 at 21:19 UTC
Updated:
17 Sep 2026 at 12:46 UTC
Jump to comment: Most recent
The schema for the radiocheckbox component requires that the name be a string. However the core FAPI allows form arrays with numeric indices, as might be done when generating forms dynamically. The type of the name may therefore by an integer.
Broaden the name in the schema to allow integers.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
doxigo commentedThanks Dan, committed with your credits to 6.0.x with one addition:
radix:form-elementhas the same bug and covers every textfield, select and textarea, so it neededintegertoo. Closing the MR since the fix went in wider.