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
-
<constant> FOCUS_BLUR_DELAY
-
Delay for grouping blur/focus to detect composite blur/focus
-
<constant> INPUT_ACTION_DEBOUNCE
-
Debounce delay for redux-form events
-
<constant> VALIDATION_EVENTS
-
Map of ValidateOn event name per actionType
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 paramsobject Parameters passed by redux middleware API
Returns:
A redux middleware function
- Type
- function