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
When the call to FormInterface::initialize() completes, setData() should have been called at least once on each element in the form tree to guarantee that all *_SET_DATA listeners were triggered. Currently, this is not the case for unmapped fields or fields with empty property paths, because these are skipped by the data mapper, thus setData() is not called before initialize() ends, but only later.