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

update auto-range

parent ef7a9b8d
No related branches found
No related tags found
No related merge requests found
......@@ -146,8 +146,10 @@ Attributes
~~~~~~~~~~~~~~~~~~~~~~~
*Available from version 0.17*
Allows to display a list of the ``field`` values in the ``solid-form-search`` dropdown for each resource included in the ``data-src``. Each value is dispalyed once.
It takes only a field that refer to a container.
Dynamically populates a dropdown based on the values of the ``solid-display``(s) associated.
For each ``solid-display``, it will look for its ``field`` values, and add them to the dropdown.
Each value is displayed only once.
``field`` can target a ``container`` or a ``resource``.
In this example below, ``auto-range-skills ``attribute catches all skill values for all users in the ``data-src`` `data/list/users` and displays in the dropdown all skills once :
.. code:: html
......@@ -163,7 +165,7 @@ Attributes
multiple-skills
filtered-by="filter-autorange"
></solid-display>
Widgets
-------
......
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