diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst
index 64fb25600bd8df34f214d97209998b4ae5db766b..c955ea2b91482c6aa6e212fc100cb1e14e025ac7 100644
--- a/source/import_documentation/Components/Solid-Form.rst
+++ b/source/import_documentation/Components/Solid-Form.rst
@@ -130,7 +130,12 @@ Attributes
 ``maxlength-[field]``
 ~~~~~~~~~~~~~~~~~~~~~
    Add this attribute for the field ``[field]`` to define the maximum number of characters that can be typed.
-   It works only with a ``solid-form-textarea`` widget.
+   It works only with ``<input type="text">``, ``solid-form-email`` or ``solid-form-password`` and ``solid-form-textarea`` widgets.
+
+``minlength-[field]``
+~~~~~~~~~~~~~~~~~~~~~
+   Add this attribute for the field ``[field]`` to define the minimum number of characters that can be typed.
+   It works only with ``<input type="text">``, ``solid-form-email`` or ``solid-form-password`` and ``solid-form-textarea`` widgets.
 
 Widgets
 -------
diff --git a/source/import_documentation/attributes-list.rst b/source/import_documentation/attributes-list.rst
index 59ee4b48a10caeb8f83febdbfda7276b58b5caed..d01feec34514061bb0ba56055ee95f1d0364e219 100644
--- a/source/import_documentation/attributes-list.rst
+++ b/source/import_documentation/attributes-list.rst
@@ -150,6 +150,10 @@ List of attributes (core framework)
 ~~~~~~~~~~~~~~~
    * :ref:`solid-form <solid-form>`
 
+``minlength-[field]``
+~~~~~~~~~~~~~~~~~~~~~
+   * :ref:`solid-form <solid-form>`
+
 ``multiple-[field]``
 ~~~~~~~~~~~~~~~~~~~~
    * :ref:`widget-mixin <widget-mixin>`