@@ -375,11 +375,13 @@ 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
+ +--------------------+-------------------------------------------------------+
383
385
384
386
maxMessage
385
387
~~~~~~~~~~
@@ -391,11 +393,13 @@ too many options per the `max`_ option.
391
393
392
394
You can use the following parameters in this message:
393
395
394
- +------------------+------------------------------------------------+
395
- | Parameter | Description |
396
- +==================+================================================+
397
- | ``{{ limit }} `` | The upper limit of choices |
398
- +------------------+------------------------------------------------+
396
+ +--------------------+-------------------------------------------------------+
397
+ | Parameter | Description |
398
+ +====================+=======================================================+
399
+ | ``{{ value }} `` | The current (invalid) value |
400
+ +--------------------+-------------------------------------------------------+
401
+ | ``{{ choices }} `` | String list of available choices, separated by comas |
402
+ +--------------------+-------------------------------------------------------+
399
403
400
404
strict
401
405
~~~~~~
0 commit comments