-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
As of today, we are not able to set default values for radio buttons with a value field like we can do with other fields.
const fields = [
{
"type": "radio",
"name": "my-name",
"extra": {
"items": [
{
"value": 1,
"title": "One",
"name": "one"
},
{
"value": 2,
"title": "Two",
"name": "two"
},
{
"value": 3,
"title": "Three",
"name": "three"
},
{
"value": 4,
"title": "Four",
"name": "four"
}
]
},
"value": 4 // --> won't do anything
}
];
Example repl.
Metadata
Metadata
Assignees
Labels
No labels