You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -409,7 +405,8 @@ These modifiers help reduce unnecessary server requests and provide a lightweigh
409
405
``min_length``
410
406
..............
411
407
412
-
Validate that an ``<input>`` element of type ``text``, ``email``, ``password``, ``search``, ``url`` or a ``<textarea>`` element has a value length not less than the specified length:
408
+
Validate that an ``<input>`` element of type ``text``, ``email``, ``password``, ``search``, ``url``
409
+
or a ``<textarea>`` element, has a value length not less than the specified length:
413
410
414
411
.. code-block:: html
415
412
@@ -419,31 +416,32 @@ Validate that an ``<input>`` element of type ``text``, ``email``, ``password``,
419
416
``max_length``
420
417
..............
421
418
422
-
Validate that an ``<input>`` element of type ``text``, ``email``, ``password``, ``search``, ``url`` or a ``<textarea>`` element has a value length not less than the specified length:
419
+
Validate that an ``<input>`` element of type ``text``, ``email``, ``password``, ``search``, ``url``
420
+
or a ``<textarea>`` element, has a value length not higher than the specified length:
423
421
424
422
.. code-block:: html
425
423
426
424
<!-- Validates that the username is not longer than 10 characters -->
0 commit comments