From a8115a2fdf4292d57f1cf30971e1edbcfb9d0f25 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 20 Dec 2024 10:33:40 +0800 Subject: [PATCH] * [task#135046 doing 0.5h 2h] modify number input of thinktableinput. --- lib/zin/wg/thinktableinput/v1.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/zin/wg/thinktableinput/v1.php b/lib/zin/wg/thinktableinput/v1.php index 9502e42124..76b80cef70 100644 --- a/lib/zin/wg/thinktableinput/v1.php +++ b/lib/zin/wg/thinktableinput/v1.php @@ -102,8 +102,6 @@ class thinkTableInput extends thinkQuestion 'class' => 'w-72 h-10 dimension-weight', 'name' => 'result[' . $index . ']', 'type' => 'number', - 'min' => 1, - 'max' => 100, 'value' => $value, 'readonly' => ($value && !$canConfigureRatio), 'placeholder' => $lang->thinkrun->pleaseInput