* [bug#59138] fix number input min value of thinktableinput.

This commit is contained in:
zhangyu
2025-01-10 15:03:00 +08:00
committed by 孙浩
parent 61e941356b
commit 7e63087053
+1
View File
@@ -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