@@ -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
@@ -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
382384You 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