@@ -335,6 +335,14 @@ This is the message that you will receive if the ``multiple`` option is
335335set to ``false `` and the underlying value is not in the valid array of
336336choices.
337337
338+ You can use the following parameters in this message:
339+
340+ +------------------+------------------------------------------------+
341+ | Parameter | Description |
342+ +==================+================================================+
343+ | ``{{ value }} `` | The current (invalid) value |
344+ +------------------+------------------------------------------------+
345+
338346multipleMessage
339347~~~~~~~~~~~~~~~
340348
@@ -344,6 +352,14 @@ This is the message that you will receive if the ``multiple`` option is
344352set to ``true `` and one of the values on the underlying array being checked
345353is not in the array of valid choices.
346354
355+ You can use the following parameters in this message:
356+
357+ +------------------+------------------------------------------------+
358+ | Parameter | Description |
359+ +==================+================================================+
360+ | ``{{ value }} `` | The current (invalid) value |
361+ +------------------+------------------------------------------------+
362+
347363minMessage
348364~~~~~~~~~~
349365
@@ -352,6 +368,14 @@ minMessage
352368This is the validation error message that's displayed when the user chooses
353369too few choices per the `min `_ option.
354370
371+ You can use the following parameters in this message:
372+
373+ +------------------+------------------------------------------------+
374+ | Parameter | Description |
375+ +==================+================================================+
376+ | ``{{ limit }} `` | The lower limit of choices |
377+ +------------------+------------------------------------------------+
378+
355379maxMessage
356380~~~~~~~~~~
357381
@@ -360,6 +384,14 @@ maxMessage
360384This is the validation error message that's displayed when the user chooses
361385too many options per the `max `_ option.
362386
387+ You can use the following parameters in this message:
388+
389+ +------------------+------------------------------------------------+
390+ | Parameter | Description |
391+ +==================+================================================+
392+ | ``{{ limit }} `` | The upper limit of choices |
393+ +------------------+------------------------------------------------+
394+
363395strict
364396~~~~~~
365397
0 commit comments