You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #18587 [Form] Fix form data related events definition (HeahDude)
This PR was merged into the 5.4 branch.
Discussion
----------
[Form] Fix form data related events definition
The `PRE_SET_DATA` event is not safe to modify a form based on the data since the data can still be changed by listeners.
`POST_SET_DATA` should be used instead.
Commits
-------
f041d70 [Form] Fix form data related events definition
0 commit comments