diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst index 960a0dccc0e4bdda0d61468f301fb83569012436..d04f7ad62f34b751681509b7a9633a0446324b2b 100644 --- a/source/import_documentation/Components/Solid-Form.rst +++ b/source/import_documentation/Components/Solid-Form.rst @@ -61,6 +61,16 @@ Attributes Add this attribute when the form does not include all the fields of the resource to update. +``min-xyz`` +~~~~~~~~~~~ + Add this attribute for the field ``xyz`` to define its minimum value. + It works only with a ``solid-form-number`` widget. + +``max-xyz`` +~~~~~~~~~~~ + Add this attribute for the field ``xyz`` to define its maximum value. + It works only with a ``solid-form-number`` widget. + Widgets ------- By default, the widget used is ``<solid-form-label-text>``. Cf the