Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/views/helpers/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ Displaying validation messages in HTML5 validity messages
.. versionadded:: 3.7.0

If the ``autoSetCustomValidity`` FormHelper option is set to ``true``, error messages for
the field's required and notBlank validation rules will be used in lieu of the default
the field's required and notBlank validation rules will be used instead of the default
browser HTML5 required messages. Enabling the option will add the ``onvalid`` and ``oninvalid``
event attributes to your fields, for example::

Expand Down