Skip to content
Snippets Groups Projects

Dev to Master

Merged Matthieu Fesselier requested to merge dev into master
3 files
+ 14
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -84,12 +84,12 @@ Attributes
@@ -84,12 +84,12 @@ Attributes
``min-[field]``
``min-[field]``
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
Add this attribute for the field ``[field]`` to define its minimum value.
Add this attribute for the field ``[field]`` to define its minimum value.
It works only with a ``solid-form-number`` widget.
It works only with ``solid-form-number`` and ``solid-form-time`` widgets.
``max-[field]``
``max-[field]``
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
Add this attribute for the field ``[field]`` to define its maximum value.
Add this attribute for the field ``[field]`` to define its maximum value.
It works only with a ``solid-form-number`` widget.
It works only with ``solid-form-number`` and ``solid-form-time`` widgets.
``pattern-[field]``
``pattern-[field]``
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
@@ -127,6 +127,13 @@ Attributes
@@ -127,6 +127,13 @@ Attributes
If the attribute is defined, each change in an input will trigger a request to update the resource.
If the attribute is defined, each change in an input will trigger a request to update the resource.
This attribute works only when editing resources, not creating them.
This attribute works only when editing resources, not creating them.
 
``step-[field]``
 
~~~~~~~~~~~~~~~~
 
*Available from version 0.16*
 
 
Add this attribute for the field ``[field]`` to define the stepping interval number to use as constraint validation . Its value is given in seconds (default value is 60).
 
It works only with a ``solid-form-time`` widget.
 
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
Loading