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",
|
Placeholder: "Don't be shy, share your opinion with us",
|
||||||
Required: true,
|
Required: true,
|
||||||
MaxLength: 300,
|
MaxLength: 300,
|
||||||
|
MinLength: 10,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue