@@ -375,11 +375,17 @@ too few choices per the `min`_ option.
375
375
376
376
You can use the following parameters in this message:
377
377
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.
383
389
384
390
maxMessage
385
391
~~~~~~~~~~
@@ -391,11 +397,17 @@ too many options per the `max`_ option.
391
397
392
398
You can use the following parameters in this message:
393
399
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.
399
411
400
412
strict
401
413
~~~~~~
0 commit comments