浏览代码

feat(examples/modals): added MinLength

nitroflap 3 年之前
父节点
当前提交
19d46d852a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/modals/main.go

+ 1 - 0
examples/modals/main.go

@@ -58,6 +58,7 @@ var (
 									Placeholder: "Don't be shy, share your opinion with us",
 									Required:    true,
 									MaxLength:   300,
+									MinLength:   10,
 								},
 							},
 						},