@@ -375,11 +375,17 @@ too few choices per the `min`_ option.
375375
376376You can use the following parameters in this message:
377377
378- +------------------+------------------------------------------------+
379- | Parameter| Description|
380- +==================+================================================+
381- | ``{{ limit }} ``| The lower limit of choices|
382- +------------------+------------------------------------------------+
378+ +--------------------+-------------------------------------------------------+
379+ | Parameter| Description|
380+ +====================+=======================================================+
381+ | ``{{ value }} ``| The current (invalid) value|
382+ +--------------------+-------------------------------------------------------+
383+ | ``{{ choices }} ``| String list of available choices, separated by comas|
384+ +--------------------+-------------------------------------------------------+
385+
386+ ..versionadded ::4.3
387+
388+ The ``{{ choices }} `` parameter was introduced in Symfony 4.3.
383389
384390maxMessage
385391~~~~~~~~~~
@@ -391,11 +397,17 @@ too many options per the `max`_ option.
391397
392398You can use the following parameters in this message:
393399
394- +------------------+------------------------------------------------+
395- | Parameter| Description|
396- +==================+================================================+
397- | ``{{ limit }} ``| The upper limit of choices|
398- +------------------+------------------------------------------------+
400+ +--------------------+-------------------------------------------------------+
401+ | Parameter| Description|
402+ +====================+=======================================================+
403+ | ``{{ value }} ``| The current (invalid) value|
404+ +--------------------+-------------------------------------------------------+
405+ | ``{{ choices }} ``| String list of available choices, separated by comas|
406+ +--------------------+-------------------------------------------------------+
407+
408+ ..versionadded ::4.3
409+
410+ The ``{{ choices }} `` parameter was introduced in Symfony 4.3.
399411
400412strict
401413~~~~~~