Skip to content

Commit 7594167

Browse files
merkweaverryan
authored andcommitted
Fix property path default value
The default value of a property path is its name, not its value.
1 parent a6d8456 commit 7594167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/property_path.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
property_path
22
~~~~~~~~~~~~~
33

4-
**type**: ``any`` **default**: ``the field's value``
4+
**type**: ``any`` **default**: ``the field's name``
55
66
Fields display a property value of the form's domain object by default. When
77
the form is submitted, the submitted value is written back into the object.

0 commit comments

Comments
 (0)