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

[editor] Fix answer scheme for text area

parent 63bb218d
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ export class TextAreaElement extends TextInputElement implements PositionedUIEle ...@@ -69,7 +69,7 @@ export class TextAreaElement extends TextInputElement implements PositionedUIEle
type: 'string', type: 'string',
format: '', format: '',
multiple: false, multiple: false,
nullable: !this.value && this.value !== '', nullable: false,
values: [], values: [],
valuesComplete: false 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