@@ -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
@@ -362,6 +363,7 @@ Parameter Description
362
363
================= ============================================================
363
364
``{{ choices }} `` A comma-separated list of available choices
364
365
``{{ value }} `` The current (invalid) value
366
+ ``{{ limit }} `` The minimum number of selectable choices
365
367
================= ============================================================
366
368
367
369
``multiple ``
@@ -385,11 +387,11 @@ is not in the array of valid choices.
385
387
386
388
You can use the following parameters in this message:
387
389
388
- =============== == ============================================================
389
- Parameter Description
390
- =============== == ============================================================
391
- ``{{ value }} `` The current (invalid) value
392
- ``{{ label }} `` Corresponding form field label
393
- =============== == ============================================================
390
+ ================= ============================================================
391
+ Parameter Description
392
+ ================= ============================================================
393
+ ``{{ choices }} `` A comma-separated list of available choices
394
+ ``{{ value }} `` The current (invalid) value
395
+ ================= ============================================================
394
396
395
397
.. include :: /reference/constraints/_payload-option.rst.inc
0 commit comments