@@ -319,16 +319,11 @@ too many options per the `max`_ option.
319
319
320
320
You can use the following parameters in this message:
321
321
322
- ================= ============================================================
323
- Parameter Description
324
- ================= ============================================================
325
- ``{{ choices }} `` A comma-separated list of available choices
326
- ``{{ value }} `` The current (invalid) value
327
- ================= ============================================================
328
-
329
- .. versionadded :: 4.3
330
-
331
- The ``{{ choices }} `` parameter was introduced in Symfony 4.3.
322
+ =============== ============================================================
323
+ Parameter Description
324
+ =============== ============================================================
325
+ ``{{ value }} `` The current (invalid) value
326
+ =============== ============================================================
332
327
333
328
message
334
329
~~~~~~~
@@ -367,16 +362,11 @@ too few choices per the `min`_ option.
367
362
368
363
You can use the following parameters in this message:
369
364
370
- ================= ============================================================
371
- Parameter Description
372
- ================= ============================================================
373
- ``{{ choices }} `` A comma-separated list of available choices
374
- ``{{ value }} `` The current (invalid) value
375
- ================= ============================================================
376
-
377
- .. versionadded :: 4.3
378
-
379
- The ``{{ choices }} `` parameter was introduced in Symfony 4.3.
365
+ =============== ============================================================
366
+ Parameter Description
367
+ =============== ============================================================
368
+ ``{{ value }} `` The current (invalid) value
369
+ =============== ============================================================
380
370
381
371
multiple
382
372
~~~~~~~~
0 commit comments