File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
reference/forms/types/options Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- * ``property_path`` [type : any, default : the field' s value]
2
- Fields display a property value of the form' s domain object by default. When
3
- the form is submitted, the submitted value is written back into the object.
1
+ property_path
2
+ ~~~~~~~~~~~~~
4
3
5
- If you want to override the property that a field reads from and writes to,
6
- you can set the ``property_path`` option. Its default value is the field' s
7
- name.
4
+ ** type** : ``any`` ** default** : ``the field' s value``
5
+
6
+ Fields display a property value of the form' s domain object by default. When
7
+ the form is submitted, the submitted value is written back into the object.
8
+
9
+ If you want to override the property that a field reads from and writes to,
10
+ you can set the ``property_path`` option. Its default value is the field' s
11
+ name.
You can’t perform that action at this time.
0 commit comments