web/web_widget_char_size/readme/DESCRIPTION.rst

10 lines
309 B
ReStructuredText

This module allows to add an option `size` to Char fields in web client:
.. code-block:: XML
<field name="sized_5_field" options="{'size': 5}"/>
that allows to enter only the specified number of characters in the field.
Adding "size" as a parameter while defining Char field is deprecated officially.