Refine Form-Field communication #324
Labels
breaking-change
Change leading to major release.
CRITICAL
enhancement
Enhances existing functionality.
help wanted
Extra attention is needed
refactoring
scope:architecture
Changes affect architecture.
Milestone
What
I suggest to refine the existing Form-Field communication.
Why
Current implementation relies on dispatching side-effects during Field's
componentWillReceiveProps
, which is not recommended. This, eventually, results into unstable tests.How
Roadmap
fieldUnregister
event unregister multiple fields within a single state updatefieldChange
event to handle concurrent field changes as a single state updateThe text was updated successfully, but these errors were encountered: