diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst index d04f7ad62f34b751681509b7a9633a0446324b2b..439f8f9d5f51bceb974aa94be39c260b0f2ba9a3 100644 --- a/source/import_documentation/Components/Solid-Form.rst +++ b/source/import_documentation/Components/Solid-Form.rst @@ -71,6 +71,16 @@ Attributes Add this attribute for the field ``xyz`` to define its maximum value. It works only with a ``solid-form-number`` widget. +``pattern-xyz`` +~~~~~~~~~~~~~~~ + Add this attribute for the field ``xyz`` to define a regular expression to check the input's value. + It works only with a ``solid-form-text`` widget. + +``title-xyz`` +~~~~~~~~~~~~~~ + Add this attribute for the field ``xyz`` to precise extra information about an element. + It works only with a ``solid-form-text`` widget. + Widgets ------- By default, the widget used is ``<solid-form-label-text>``. Cf the