diff --git a/source/import_documentation/Components/Solid-Form-Search.rst b/source/import_documentation/Components/Solid-Form-Search.rst
index 3bb477a69f40dd3a0f99a519ae564a7fce95488a..d293227dba7100f29eb7bc79f53cbf2ff46ae6b9 100644
--- a/source/import_documentation/Components/Solid-Form-Search.rst
+++ b/source/import_documentation/Components/Solid-Form-Search.rst
@@ -86,6 +86,12 @@ Attributes
    Only usable with ``solid-form-rangedate`` and ``solid-form-rangenumber``.
    In ``solid-form-rangedate``, it can be defined to ``today``.
 
+``autocomplete-[field]``
+~~~~~~~~~~~~~~~~~~~~~~~~
+   *Available from version 0.15*
+
+   Equal to the value ``"off"``, it cancels the automatic entry of values in the relevant ``[field]``.
+
 Widgets
 -------
 By default, the widget used is ``<solid-form-label-text>``. Cf the
diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst
index 6fd65a767b8793dbe2d2bef3ded5df74866e4dcc..f56597f6c6b49611851b961d54a903f1492581ce 100644
--- a/source/import_documentation/Components/Solid-Form.rst
+++ b/source/import_documentation/Components/Solid-Form.rst
@@ -111,6 +111,11 @@ Attributes
    Add this attribute to create a dialog box linked with the submit button of the solid-form.
    Its value matches the message displayed in the dialog box.
 
+``autocomplete-[field]``
+~~~~~~~~~~~~~~~~~~~~~~~~
+   *Available from version 0.15*
+
+   Equal to the value ``"off"``, it cancels the automatic entry of values in the relevant ``[field]``.
 
 Widgets
 -------
diff --git a/source/import_documentation/attributes-list.rst b/source/import_documentation/attributes-list.rst
index 7c9e6c8ff563f3c7d2ec74b054b4096e214b6058..1fde6c9e73c44895658b17ee6197b771b4d405b8 100644
--- a/source/import_documentation/attributes-list.rst
+++ b/source/import_documentation/attributes-list.rst
@@ -5,6 +5,11 @@ List of attributes (core framework)
 ~~~~~~~~~~~~~~~~~~
    * :ref:`widget-mixin <widget-mixin>`
 
+``autocomplete-[field]``
+~~~~~~~~~~~~~~~~~~~~~~~~
+   * :ref:`solid-form <solid-form>`
+   * :ref:`solid-form-search <solid-form-search>`
+
 ``child-[field]``
 ~~~~~~~~~~~~~~~~~
    * :ref:`solid-display <solid-display>`