Modules: enhanced-redux-form/enhancedReduxFormMiddleware

Members


<constant> COMPOSITE_FIELD_SECTION_NAME_REGEXP :RegExp

Regular expression to match names of FieldSection instances that have been created by CompositeInput. The name of the CompositeInput is available as the first captured group

Type:
  • RegExp
Source:

<constant> FOCUS_BLUR_DELAY

Delay for grouping blur/focus to detect composite blur/focus

Source:

<constant> INPUT_ACTION_DEBOUNCE

Debounce delay for redux-form events

Source:

<constant> VALIDATION_EVENTS

Map of ValidateOn event name per actionType

Source:

Methods


enhancedReduxFormMiddleware(params)

Form validation middleware that should be passed to redux when initializing the store. This will intercept redux-form actions and perform enhanced functionality accordingly

Parameters:
Name Type Description
params object

Parameters passed by redux middleware API

Source:
Returns:

A redux middleware function

Type
function