forked from pothtonswer/discordmuffin
feat(examples/modals): added MinLength
This commit is contained in:
parent
1b48b9b22e
commit
19d46d852a
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ var (
|
|||
Placeholder: "Don't be shy, share your opinion with us",
|
||||
Required: true,
|
||||
MaxLength: 300,
|
||||
MinLength: 10,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue