{
“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