Commit 32c0af1 1 parent 1dc53fa commit 32c0af1 Copy full SHA for 32c0af1
File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ The ``password`` field renders an input password text box.
24
24
| | - `max_length `_ |
25
25
| | - `read_only `_ |
26
26
| | - `required `_ |
27
- | | - `trim `_ |
28
27
+-------------+------------------------------------------------------------------------+
29
28
| Parent type | :doc: `text </reference/forms/types/text >` |
30
29
+-------------+------------------------------------------------------------------------+
@@ -92,13 +91,3 @@ The default value is ``''`` (the empty string).
92
91
.. include :: /reference/forms/types/options/read_only.rst.inc
93
92
94
93
.. include :: /reference/forms/types/options/required.rst.inc
95
-
96
- trim
97
- ~~~~
98
-
99
- **type **: ``boolean `` **default **: ``false ``
100
-
101
- If true, the whitespace of the submitted string value will be stripped
102
- via the :phpfunction: `trim ` function when the data is bound. This guarantees
103
- that if a value is submitted with extra whitespace, it will be removed before
104
- the value is merged back onto the underlying object.
You can’t perform that action at this time.
0 commit comments