* The name paramter of select continue be required.

This commit is contained in:
wangxuepeng
2023-11-07 16:03:13 +08:00
parent 643ed299e1
commit 424cbd0685
+1 -1
View File
@@ -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=""',