@@ -304,6 +304,7 @@ Parameter Description
304
304
================= ============================================================
305
305
``{{ choices }} `` A comma-separated list of available choices
306
306
``{{ value }} `` The current (invalid) value
307
+ ``{{ limit }} `` The maximum number of selectable choices
307
308
================= ============================================================
308
309
309
310
match
@@ -358,6 +359,7 @@ Parameter Description
358
359
================= ============================================================
359
360
``{{ choices }} `` A comma-separated list of available choices
360
361
``{{ value }} `` The current (invalid) value
362
+ ``{{ limit }} `` The minimum number of selectable choices
361
363
================= ============================================================
362
364
363
365
``multiple ``
@@ -381,11 +383,11 @@ is not in the array of valid choices.
381
383
382
384
You can use the following parameters in this message:
383
385
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
+ ================= ============================================================
390
392
391
393
.. include :: /reference/constraints/_payload-option.rst.inc
0 commit comments