Skip to content
Snippets Groups Projects
Commit cb196543 authored by Manon Bourgognon's avatar Manon Bourgognon
Browse files

Autocomplete attribute addition

parent 44cf8e87
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,12 @@ Attributes ...@@ -86,6 +86,12 @@ Attributes
Only usable with ``solid-form-rangedate`` and ``solid-form-rangenumber``. Only usable with ``solid-form-rangedate`` and ``solid-form-rangenumber``.
In ``solid-form-rangedate``, it can be defined to ``today``. 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 Widgets
------- -------
By default, the widget used is ``<solid-form-label-text>``. Cf the By default, the widget used is ``<solid-form-label-text>``. Cf the
......
...@@ -111,6 +111,11 @@ Attributes ...@@ -111,6 +111,11 @@ Attributes
Add this attribute to create a dialog box linked with the submit button of the solid-form. 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. 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 Widgets
------- -------
......
...@@ -5,6 +5,11 @@ List of attributes (core framework) ...@@ -5,6 +5,11 @@ List of attributes (core framework)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
* :ref:`widget-mixin <widget-mixin>` * :ref:`widget-mixin <widget-mixin>`
``autocomplete-[field]``
~~~~~~~~~~~~~~~~~~~~~~~~
* :ref:`solid-form <solid-form>`
* :ref:`solid-form-search <solid-form-search>`
``child-[field]`` ``child-[field]``
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
* :ref:`solid-display <solid-display>` * :ref:`solid-display <solid-display>`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment