diff --git a/source/import_documentation/Components/Solid-Form-Search.rst b/source/import_documentation/Components/Solid-Form-Search.rst index 3bb477a69f40dd3a0f99a519ae564a7fce95488a..93b75e5bb57c0861b072be117fa504ae283e67e5 100644 --- a/source/import_documentation/Components/Solid-Form-Search.rst +++ b/source/import_documentation/Components/Solid-Form-Search.rst @@ -86,6 +86,13 @@ 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]``. + It can be added to ``inputs``, ``textarea`` and ``select``. + 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..5e9b45a800a7af33a1b5ed91ce5c8edf20c57930 100644 --- a/source/import_documentation/Components/Solid-Form.rst +++ b/source/import_documentation/Components/Solid-Form.rst @@ -111,6 +111,12 @@ 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]``. + It can be added to ``inputs``, ``textarea`` and ``select``. 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>`