@@ -338,6 +338,14 @@ This is the message that you will receive if the ``multiple`` option is
338338set to ``false `` and the underlying value is not in the valid array of
339339choices.
340340
341+ You can use the following parameters in this message:
342+
343+ +------------------+------------------------------------------------+
344+ | Parameter | Description |
345+ +==================+================================================+
346+ | ``{{ value }} `` | The current (invalid) value |
347+ +------------------+------------------------------------------------+
348+
341349multipleMessage
342350~~~~~~~~~~~~~~~
343351
@@ -347,6 +355,14 @@ This is the message that you will receive if the ``multiple`` option is
347355set to ``true `` and one of the values on the underlying array being checked
348356is not in the array of valid choices.
349357
358+ You can use the following parameters in this message:
359+
360+ +------------------+------------------------------------------------+
361+ | Parameter | Description |
362+ +==================+================================================+
363+ | ``{{ value }} `` | The current (invalid) value |
364+ +------------------+------------------------------------------------+
365+
350366minMessage
351367~~~~~~~~~~
352368
@@ -355,6 +371,14 @@ minMessage
355371This is the validation error message that's displayed when the user chooses
356372too few choices per the `min `_ option.
357373
374+ You can use the following parameters in this message:
375+
376+ +------------------+------------------------------------------------+
377+ | Parameter | Description |
378+ +==================+================================================+
379+ | ``{{ limit }} `` | The lower limit of choices |
380+ +------------------+------------------------------------------------+
381+
358382maxMessage
359383~~~~~~~~~~
360384
@@ -363,6 +387,14 @@ maxMessage
363387This is the validation error message that's displayed when the user chooses
364388too many options per the `max `_ option.
365389
390+ You can use the following parameters in this message:
391+
392+ +------------------+------------------------------------------------+
393+ | Parameter | Description |
394+ +==================+================================================+
395+ | ``{{ limit }} `` | The upper limit of choices |
396+ +------------------+------------------------------------------------+
397+
366398strict
367399~~~~~~
368400
0 commit comments