Skip to content
Snippets Groups Projects
Commit f2541c9b authored by Manon Bourgognon's avatar Manon Bourgognon
Browse files

Add pattern, title attributes solid-form-text

parent 4c82b5fe
No related branches found
No related tags found
2 merge requests!28Core@0.13,!21Add pattern, title attributes solid-form-text
...@@ -71,6 +71,16 @@ Attributes ...@@ -71,6 +71,16 @@ Attributes
Add this attribute for the field ``xyz`` to define its maximum value. Add this attribute for the field ``xyz`` to define its maximum value.
It works only with a ``solid-form-number`` widget. 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 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
......
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