@@ -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
309310match
@@ -362,6 +363,7 @@ Parameter Description
362363================= ============================================================
363364``{{ choices }} `` A comma-separated list of available choices
364365``{{ value }} `` The current (invalid) value
366+ ``{{ limit }} `` The minimum number of selectable choices
365367================= ============================================================
366368
367369``multiple ``
@@ -385,11 +387,11 @@ is not in the array of valid choices.
385387
386388You can use the following parameters in this message:
387389
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+ ================= ============================================================
394396
395397.. include :: /reference/constraints/_payload-option.rst.inc
0 commit comments