Explorar o código

feat(examples/modals): added MinLength

nitroflap %!s(int64=3) %!d(string=hai) anos
pai
achega
19d46d852a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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",
 									Placeholder: "Don't be shy, share your opinion with us",
 									Required:    true,
 									Required:    true,
 									MaxLength:   300,
 									MaxLength:   300,
+									MinLength:   10,
 								},
 								},
 							},
 							},
 						},
 						},