From 424cbd06858044d8915474b76ec203b45d87a9b9 Mon Sep 17 00:00:00 2001 From: wangxuepeng Date: Tue, 7 Nov 2023 16:02:49 +0800 Subject: [PATCH] * The name paramter of select continue be required. --- lib/zin/wg/select/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/select/v1.php b/lib/zin/wg/select/v1.php index ea192e0c95..9d07e4bee7 100644 --- a/lib/zin/wg/select/v1.php +++ b/lib/zin/wg/select/v1.php @@ -27,7 +27,7 @@ class select extends wg */ protected static array $defineProps = array ( - 'name?: string', + 'name: string', 'id?: string', 'class?: string="form-control"', 'value?: string=""',