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.
2 parents 5955f8e + deb70c7 commit 162a025Copy full SHA for 162a025
UPGRADE-2.3.md
@@ -110,9 +110,9 @@ Form
110
}
111
```
112
113
- * The *_SET_DATA events are now guaranteed to be fired *after* the children
+ * The `*_SET_DATA` events are now guaranteed to be fired *after* the children
114
were added by the FormBuilder (unless setData() is called manually). Before,
115
- the *_SET_DATA events were sometimes thrown before adding child forms,
+ the `*_SET_DATA` events were sometimes thrown before adding child forms,
116
which made it impossible to remove child forms dynamically.
117
118
A consequence of this change is that you need to set the "auto_initialize"
0 commit comments