Skip to content
Snippets Groups Projects
Commit f639e80f authored by jojohoch's avatar jojohoch
Browse files

[editor] Fix answer scheme for complex radio button group

parent 291424e4
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ export class RadioButtonGroupComplexElement extends InputElement
type: 'integer',
format: '',
multiple: false,
nullable: !this.value && this.value !== 0,
nullable: false,
values: this.getAnswerSchemeValues(),
valuesComplete: true
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment