File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
reference/forms/types/options Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 11property_path
22~~~~~~~~~~~~~
33
4- ** type** : ``any `` ** default** : ``the field ' s name ``
4+ ** type** : ``PropertyPathInterface | string | null `` ** default** : ``null ``
55
66Fields display a property value of the form' s domain object by default.
77When the form is submitted, the submitted value is written back into the
@@ -10,8 +10,3 @@ object.
1010If you want to override the property that a field reads from and writes
1111to, you can set the ``property_path`` option. Its default value is the field' s
1212name.
13-
14- If you wish the field to be ignored when reading or writing to the object
15- you can set the ``property_path`` option to ``false``, but using
16- ``property_path`` for this purpose is deprecated, you should use the
17- ``mapped`` option.
You can’t perform that action at this time.
0 commit comments