Skip to content
Snippets Groups Projects
Commit 3d510218 authored by Matthieu Fesselier's avatar Matthieu Fesselier
Browse files

Merge branch 'autocomplete-attribute' into 'dev'

Autocomplete attribute addition

See merge request !42
parents 44cf8e87 fa28de7f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
-------
......
......@@ -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