Skip to content

Commit 693cf33

Browse files
authored
Add also missing "{{ limit }}" parameter for minMessage and maxMessage
1 parent 2eb4bcf commit 693cf33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/constraints/Choice.rst

Lines changed: 2 additions & 0 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``

0 commit comments

Comments
 (0)