Browse Source

feat(examples/modals): added MinLength

nitroflap 3 years ago
parent
commit
19d46d852a
1 changed files with 1 additions and 0 deletions
  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,
 								},
 							},
 						},