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

Merge branch 'update/add-required' into 'master'

add required for solid-form

See merge request !51
parents fe145a70 74c6a909
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,11 @@ Attributes
Add this attribute when the form does not include
all the fields of the resource to update.
``required-[field]``
~~~~~~~~~~~~~~~~~~~~
Add this attribute to make the ``[field]`` required by adding the ``required`` attribute to the input.
``min-[field]``
~~~~~~~~~~~
Add this attribute for the field ``[field]`` to define its minimum value.
......
......@@ -191,6 +191,7 @@ List of attributes (core framework)
``required-[field]``
~~~~~~~~~~~~~~~~~~~~
* :ref:`required-mixin <required-mixin>`
* :ref:`solid-form <solid-form>`
``sorted-by``
~~~~~~~~~~~~~~~
......
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