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

[editor] Fix answer scheme for text field

parent f639e80f
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ export class TextFieldElement extends TextInputElement implements PositionedUIEl
type: 'string',
format: '',
multiple: false,
nullable: !this.value && this.value !== '',
nullable: false,
values: [],
valuesComplete: false
};
......
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