Options Format Radio

{
“type”: “Control”,
“scope”: “#/properties/exampleRadioEnum”,
“options”: {
“format”: “radio”
}
}

exampleRadioEnum: {
type: ‘string’,
enum: [‘One’, ‘Two’, ‘Three’],
},
This format is not supported for @jsonforms/core 3.2.1 and angular 16.
It renders like select with this three option

Hi @daniela ,
You are correct. This is currently not implemented for the Angular renderers.
We would gladly accept a contribution adding this renderer for the Angular Material renderer set but realistically won’t add it anytime soon ourselves.

If you like, you can create an issue here: Github - JSON Forms - New Issue

Best regards,
Lucas

1 Like