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
2 merge requests!42Autocomplete attribute addition,!40Doc for core@0.14
......@@ -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
......
......@@ -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
-------
......
......@@ -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>`
......
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