We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f9c1e commit daf9ebbCopy full SHA for daf9ebb
reference/forms/types/options/data.rst.inc
@@ -20,3 +20,5 @@ the form or any nested field, you can set it in the data option::
20
The default values for form fields are taken directly from the underlying
21
data structure matching the field's name with a property of an object or a
22
key of an array. The ``data`` option overrides this default value.
23
+ It means that when the data passed to the form is an object you want to
24
+ edit, the `data` option will also override the value already set.
0 commit comments