Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/redux-form/redux-form
/ functions
Functions
474 in github.com/redux-form/redux-form
⨍
Functions
474
◇
Types & classes
59
↓ 1 callers
Function
getSyncError
(syncErrors: Object, name: string)
src/ConnectedFields.js:18
↓ 1 callers
Function
getSyncError
(syncErrors: Object, name: string)
src/ConnectedField.js:42
↓ 1 callers
Function
getSyncError
(syncErrors: Object, name: string)
src/ConnectedFieldArray.js:18
↓ 1 callers
Function
getSyncWarning
(syncWarnings: Object, name: string)
src/ConnectedFields.js:24
↓ 1 callers
Function
getSyncWarning
(syncWarnings: Object, name: string)
src/ConnectedField.js:49
↓ 1 callers
Function
getSyncWarning
(syncWarnings: Object, name: string)
src/ConnectedFieldArray.js:25
↓ 1 callers
Function
isClassComponent
(Component: ?any)
src/createReduxForm.js:33
↓ 1 callers
Method
isDirty
()
src/ConnectedFields.js:77
↓ 1 callers
Function
isReduxFormAction
src/createReducer.js:59
↓ 1 callers
Function
makeStore
src/__tests__/values.spec.js:18
↓ 1 callers
Function
makeStore
src/__tests__/formValues.spec.js:22
↓ 1 callers
Function
makeStore
(initial = {}, logger)
src/__tests__/FormName.spec.js:20
↓ 1 callers
Function
mergeErrors
({ asyncErrors, syncErrors })
src/handleSubmit.js:7
↓ 1 callers
Function
mergeLists
(originalList, value)
src/structure/immutable/setIn.js:10
↓ 1 callers
Function
processProps
( type: ?string, props: InputProps, _value: any, deepEqual: Function )
src/createFieldProps.js:42
↓ 1 callers
Function
rejectPromiseWith
src/__tests__/reduxForm.spec.js:2577
↓ 1 callers
Method
render
()
src/__tests__/Field.spec.js:38
↓ 1 callers
Function
renderAndFindComponent
(TheComponent, store)
src/__tests__/reduxForm.spec.js:2579
↓ 1 callers
Function
run
()
scripts/patch-immutable-flow-error.js:11
↓ 1 callers
Method
setComponent
()
src/createFormValues.js:77
↓ 1 callers
Function
setInWithPath
( state: Object | Array<any>, value: any, path: string[], pathIndex: number )
src/structure/plain/setIn.js:4
↓ 1 callers
Function
shouldDelete
({ getIn })
src/createReducer.js:45
↓ 1 callers
Function
shouldError
src/__tests__/reduxForm.spec.js:4429
↓ 1 callers
Function
shouldWarn
src/__tests__/reduxForm.spec.js:4571
↓ 1 callers
Function
toArray
(value: any)
src/createFieldArray.js:15
↓ 1 callers
Function
toArray
src/generateValidator.js:7
↓ 1 callers
Method
toBeUndefined
* Use .toBeUndefined to check that a variable is undefined.
flow-typed/npm/jest_v25.x.x.js:670
↓ 1 callers
Function
undefinedArrayMerge
(previous, next)
src/structure/immutable/setIn.js:8
↓ 1 callers
Function
validate
src/__tests__/Form.spec.js:230
↓ 1 callers
Function
warn
()
src/__tests__/Field.spec.js:626
↓ 1 callers
Function
withName
src/__tests__/generateValidator.spec.js:14
↓ 1 callers
Function
wrappedInProvider
(TheComponent, store)
src/__tests__/reduxForm.spec.js:2571
Function
Component
src/__tests__/reduxFormContext.spec.js:7
Function
Form
()
src/__tests__/reduxForm.spec.js:114
Function
FormName
({ children, _reduxForm }: PropsWithContext)
src/FormName.js:12
Method
UNSAFE_componentWillReceiveProps
(nextProps: PropsWithContext)
src/createReduxForm.js:475
Method
UNSAFE_componentWillReceiveProps
(nextProps: Props)
src/ConnectedFields.js:49
Method
UNSAFE_componentWillReceiveProps
(props)
src/createFormValues.js:30
Method
UNSAFE_componentWillReceiveProps
(nextProps: Props)
src/createFields.js:71
Function
UsernamePasswordForm
()
src/__tests__/reduxForm.spec.js:2547
Function
[ARRAY_INSERT]
( state, { meta: { field, index }, payload } )
src/createReducer.js:143
Function
[ARRAY_MOVE]
( state, { meta: { field, from, to } } )
src/createReducer.js:152
Function
[ARRAY_POP]
( state, { meta: { field } } )
src/createReducer.js:177
Function
[ARRAY_PUSH]
( state, { meta: { field }, payload } )
src/createReducer.js:187
Function
[ARRAY_REMOVE]
( state, { meta: { field, index } } )
src/createReducer.js:198
Function
[ARRAY_REMOVE_ALL]
( state, { meta: { field } } )
src/createReducer.js:206
Function
[ARRAY_SHIFT]
( state, { meta: { field } } )
src/createReducer.js:216
Function
[ARRAY_SPLICE]
( state, { meta: { field, index, removeNum }, payload } )
src/createReducer.js:224
Function
[ARRAY_SWAP]
( state, { meta: { field, indexA, indexB } } )
src/createReducer.js:233
Function
[ARRAY_UNSHIFT]
( state, { meta: { field }, payload } )
src/createReducer.js:250
Function
[AUTOFILL]
( state, { meta: { field }, payload } )
src/createReducer.js:259
Function
[BLUR]
( state, { meta: { field, touch }, payload } )
src/createReducer.js:273
Function
[CHANGE]
( state, { meta: { field, touch, persistentSubmitErrors }, payload } )
src/createReducer.js:297
Function
[CLEAR_ASYNC_ERROR]
( state, { meta: { field } } )
src/createReducer.js:338
Function
[CLEAR_FIELDS]
( state, { meta: { keepTouched, persistentSubmitErrors, fields } } )
src/createReducer.js:346
Function
[CLEAR_SUBMIT]
(state)
src/createReducer.js:329
Function
[CLEAR_SUBMIT_ERRORS]
(state)
src/createReducer.js:332
Function
[FOCUS]
( state, { meta: { field } } )
src/createReducer.js:375
Function
[INITIALIZE]
( state, { payload, meta: { keepDirty, keepSubmitSucceeded,
src/createReducer.js:389
Function
[REGISTER_FIELD]
( state, { payload: { name, type } } )
src/createReducer.js:511
Function
[RESET]
(state)
src/createReducer.js:527
Function
[RESET_SECTION]
( state, { meta: { sections } } )
src/createReducer.js:540
Function
[SET_SUBMIT_FAILED]
( state, { meta: { fields } } )
src/createReducer.js:623
Function
[SET_SUBMIT_SUCCEEDED]
(state)
src/createReducer.js:641
Function
[START_ASYNC_VALIDATION]
( state, { meta: { field } } )
src/createReducer.js:571
Function
[START_SUBMIT]
(state)
src/createReducer.js:579
Function
[STOP_ASYNC_VALIDATION]
(state, { payload })
src/createReducer.js:582
Function
[STOP_SUBMIT]
(state, { payload })
src/createReducer.js:599
Function
[SUBMIT]
(state)
src/createReducer.js:568
Function
[TOUCH]
( state, { meta: { fields } } )
src/createReducer.js:647
Function
[UNREGISTER_FIELD]
( state, { payload: { name, destroyOnUnmount } } )
src/createReducer.js:660
Function
[UNTOUCH]
( state, { meta: { fields } } )
src/createReducer.js:706
Function
[UPDATE_SYNC_ERRORS]
( state, { payload: { syncErrors, error } } )
src/createReducer.js:724
Function
[UPDATE_SYNC_WARNINGS]
( state, { payload: { syncWarnings, warning } } )
src/createReducer.js:745
Function
boundBlur
(field, value)
src/createReduxForm.js:990
Function
boundChange
(field, value)
src/createReduxForm.js:992
Function
changeNames
()
src/__tests__/Fields.spec.js:1722
Function
componentDidMount
()
src/Form.js:21
Method
componentDidMount
()
src/createReduxForm.js:512
Method
componentDidMount
()
src/createField.js:32
Method
componentDidMount
()
src/createFieldArray.js:43
Method
componentDidMount
()
src/createFields.js:67
Method
componentDidMount
()
src/__tests__/reduxForm.spec.js:806
Function
componentDidUpdate
(prevProps: Props)
src/Form.js:25
Method
componentDidUpdate
(prevProps: Props)
src/createField.js:45
Method
componentDidUpdate
(prevProps: Props)
src/createFieldArray.js:52
Method
componentWillUnmount
()
src/createReduxForm.js:526
Method
componentWillUnmount
()
src/createField.js:67
Method
componentWillUnmount
()
src/createFieldArray.js:64
Method
componentWillUnmount
()
src/createFields.js:82
Function
constructor
(props: PropsWithContext)
src/Form.js:14
Function
constructor
()
src/__tests__/Field.spec.js:2189
Function
constructor
(props)
src/__tests__/Fields.spec.js:1717
Method
constructor
(...args)
src/createReduxForm.js:310
Method
constructor
(props: Props)
src/createField.js:25
Method
constructor
(errors: Object)
src/SubmissionError.js:11
Method
constructor
(props: Props)
src/ConnectedFields.js:37
Method
constructor
(props: Props)
src/createFieldArray.js:36
Method
constructor
(props: Object)
src/createFormValues.js:20
Method
constructor
(props: Props)
src/createFields.js:52
← previous
next →
201–300 of 474, ranked by callers