Skip to content

Commit

Permalink
docs: Note that formMeta is populated lazily (#3983)
Browse files Browse the repository at this point in the history
See: #3768
  • Loading branch information
maranomynet authored and erikras committed Apr 24, 2018
1 parent 8a90883 commit be0bb20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/Selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ MyComponent = connect(state => ({

> Returns the form's fields meta data, namely `touched` and `visited`.
> NOTE: redux-form creates the `formMeta` object lazily as each individual form field gets visited/touched/etc. Empty/missing properties imply that the corresponding field (or set of fields) has neither been visited nor touched.
### `getFormAsyncErrors(formName:String)` returns `(state) => formAsyncErrors:Object`

> Returns the form asynchronous validation errors.
Expand Down

0 comments on commit be0bb20

Please sign in to comment.