diff --git a/lib/zin/wg/thinktableinput/v1.php b/lib/zin/wg/thinktableinput/v1.php index b4c6d4a673..e3bf3bdb8d 100644 --- a/lib/zin/wg/thinktableinput/v1.php +++ b/lib/zin/wg/thinktableinput/v1.php @@ -104,6 +104,7 @@ class thinkTableInput extends thinkQuestion 'class' => 'w-64 h-10 result-amount', 'name' => 'result[' . $index . ']', 'type' => 'number', + 'min' => 0, 'value' => $value, 'readonly' => ($value && !empty($quotedQuestions)), 'placeholder' => $lang->thinkrun->pleaseInput