Skip to content
Snippets Groups Projects
Commit c54402ff authored by uhensler's avatar uhensler
Browse files

OO-4143: Show no warning if text field is left blank

parent d0e2da45
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ public class TextInputController extends FormBasicController implements Evaluati ...@@ -130,7 +130,7 @@ public class TextInputController extends FormBasicController implements Evaluati
@Override @Override
public boolean hasResponse() { public boolean hasResponse() {
return response != null && StringHelper.containsNonWhitespace(response.getStringuifiedResponse()); return true;
} }
@Override @Override
......
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