pimcore-formbuilder icon indicating copy to clipboard operation
pimcore-formbuilder copied to clipboard

[FEATURE] Form Choice Field - multiple option missing min/max Validation

Open grizzlydotweb opened this issue 3 years ago • 0 comments

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.

grizzlydotweb avatar Nov 13 '21 11:11 grizzlydotweb