File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
reference/forms/types/options Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ pattern
66This adds an HTML5 ``pattern`` attribute to restrict the field input by a
77given regular expression.
88
9- .. caution :
9+ .. caution::
1010
1111 The ``pattern`` attribute provides client- side validation for convenience
1212 purposes only and must not be used as a replacement for reliable
1313 server- side validation.
1414
15- .. note :
15+ .. note::
1616
1717 When using validation constraints, this option is set automatically
1818 for some constraints to match the server- side validation.
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ This is the validation error message that's used if submitted POST form data
77exceeds ``php.ini``'s ``post_max_size`` directive. The ``{{ max }}``
88placeholder can be used to display the allowed size.
99
10- .. note:
10+ .. note::
1111
1212 Validating the ``post_max_size`` only happens on the root form.
You can’t perform that action at this time.
0 commit comments