feat(examples/modals): added MinLength

This commit is contained in:
nitroflap 2022-02-09 03:46:09 +03:00
parent 1b48b9b22e
commit 19d46d852a
No known key found for this signature in database
GPG key ID: 810F53DB0E0F81A8

View file

@ -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,
}, },
}, },
}, },