pimcore-formbuilder
pimcore-formbuilder copied to clipboard
[FEATURE] Form Choice Field - multiple option missing min/max Validation
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| BC Break report? | no |
| RFC? | no |
Multiple Choice Options
the choice field is missing 4 form options if multiple is set:
| field | type |
|---|---|
| max | int |
| maxMessage | string |
| min | int |
| minMessage | string |
Or we implement it by adding the constraint: https://symfony.com/doc/current/reference/constraints/Choice.html#max
if you are interested in adding this fields, i will be happy to make an PR. Please give me some hints, if there are some constraints to do it and what i have to consider about.