Methods
-
injectFormNameToProps(WrappedComponent)
-
Will wrap the given react component such that it reads the name of the current form from the context (on the
_reduxFormproperty). This name will be injected intopropsas theformpropParameters:
Name Type Description WrappedComponentThe component that should ge the formname injected
Returns:
The wrapped react component