Skip to content

Commit e776812

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: [Validator] Fix parameters list in Choice::$multipleMessage option
2 parents fd3ab13 + 991d5c4 commit e776812

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

reference/constraints/Choice.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ Parameter Description
304304
================= ============================================================
305305
``{{ choices }}`` A comma-separated list of available choices
306306
``{{ value }}`` The current (invalid) value
307+
``{{ limit }}`` The maximum number of selectable choices
307308
================= ============================================================
308309

309310
match
@@ -358,6 +359,7 @@ Parameter Description
358359
================= ============================================================
359360
``{{ choices }}`` A comma-separated list of available choices
360361
``{{ value }}`` The current (invalid) value
362+
``{{ limit }}`` The minimum number of selectable choices
361363
================= ============================================================
362364

363365
``multiple``
@@ -381,11 +383,11 @@ is not in the array of valid choices.
381383

382384
You can use the following parameters in this message:
383385

384-
=============== ==============================================================
385-
Parameter Description
386-
=============== ==============================================================
387-
``{{ value }}`` The current (invalid) value
388-
``{{ label }}`` Corresponding form field label
389-
=============== ==============================================================
386+
================= ============================================================
387+
Parameter Description
388+
================= ============================================================
389+
``{{ choices }}`` A comma-separated list of available choices
390+
``{{ value }}`` The current (invalid) value
391+
================= ============================================================
390392

391393
.. include:: /reference/constraints/_payload-option.rst.inc

0 commit comments

Comments
 (0)