Skip to content
Snippets Groups Projects

add empty-[set] and empty-[set]-value attributes

Merged Ghost User requested to merge empty-set-widget into dev
3 files
+ 36
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -53,7 +53,7 @@ Attributes
@@ -53,7 +53,7 @@ Attributes
The ``fields`` attribute of ``<solid-form-search>`` must at least contain ``field``.
The ``fields`` attribute of ``<solid-form-search>`` must at least contain ``field``.
``Field`` attribute contains the fields of the resource to be offered to the user for sorting the data.
``Field`` attribute contains the fields of the resource to be offered to the user for sorting the data.
``Order`` attribute allows you to propose 2 sorting orders: ascending (``asc`) and descending (``desc``).
``Order`` attribute allows you to propose 2 sorting orders: ascending (``asc``) and descending (``desc``).
By default, the order is ascending.
By default, the order is ascending.
The ``<solid-display>`` cannot combine ``order-asc`` or ``order-desc`` attribute AND ``sorted-by`` attribute.
The ``<solid-display>`` cannot combine ``order-asc`` or ``order-desc`` attribute AND ``sorted-by`` attribute.
Loading