|
2 | 2 |
|
3 | 3 | [](https://www.npmjs.com/package/react-final-form-arrays)
|
4 | 4 | [](https://www.npmjs.com/package/react-final-form-arrays)
|
5 |
| -[](https://travis-ci.org/erikras/react-final-form-arrays) |
6 |
| -[](https://codecov.io/gh/erikras/react-final-form-arrays) |
| 5 | +[](https://travis-ci.org/final-form/react-final-form-arrays) |
| 6 | +[](https://codecov.io/gh/final-form/react-final-form-arrays) |
7 | 7 | [](https://github.com/prettier/prettier)
|
8 | 8 |
|
9 | 9 | ---
|
@@ -187,11 +187,11 @@ passed into the `<FieldArray/>` component.
|
187 | 187 | #### `subscription?: FieldSubscription`
|
188 | 188 |
|
189 | 189 | A
|
190 |
| -[`FieldSubscription`](https://github.com/erikras/final-form#fieldsubscription--string-boolean-) |
| 190 | +[`FieldSubscription`](https://github.com/final-form/final-form#fieldsubscription--string-boolean-) |
191 | 191 | that selects of all the items of
|
192 |
| -[`FieldState`](https://github.com/erikras/final-form#fieldstate) that you wish |
193 |
| -to update for. If you don't pass a `subscription` prop, it defaults to _all_ of |
194 |
| -[`FieldState`](https://github.com/erikras/final-form#fieldstate). |
| 192 | +[`FieldState`](https://github.com/final-form/final-form#fieldstate) that you |
| 193 | +wish to update for. If you don't pass a `subscription` prop, it defaults to |
| 194 | +_all_ of [`FieldState`](https://github.com/final-form/final-form#fieldstate). |
195 | 195 |
|
196 | 196 | #### `validate?: (value: ?any[], allValues: Object) => ?any`
|
197 | 197 |
|
@@ -261,52 +261,52 @@ A function to add a value to the beginning of the array.
|
261 | 261 |
|
262 | 262 | #### `meta.active?: boolean`
|
263 | 263 |
|
264 |
| -[See the 🏁 Final Form docs on `active`](https://github.com/erikras/final-form#active-boolean). |
| 264 | +[See the 🏁 Final Form docs on `active`](https://github.com/final-form/final-form#active-boolean). |
265 | 265 |
|
266 | 266 | #### `meta.data: Object`
|
267 | 267 |
|
268 |
| -[See the 🏁 Final Form docs on `data`](https://github.com/erikras/final-form#data-object). |
| 268 | +[See the 🏁 Final Form docs on `data`](https://github.com/final-form/final-form#data-object). |
269 | 269 |
|
270 | 270 | #### `meta.dirty?: boolean`
|
271 | 271 |
|
272 |
| -[See the 🏁 Final Form docs on `dirty`](https://github.com/erikras/final-form#dirty-boolean). |
| 272 | +[See the 🏁 Final Form docs on `dirty`](https://github.com/final-form/final-form#dirty-boolean). |
273 | 273 |
|
274 | 274 | #### `meta.error?: any`
|
275 | 275 |
|
276 |
| -[See the 🏁 Final Form docs on `error`](https://github.com/erikras/final-form#error-any). |
| 276 | +[See the 🏁 Final Form docs on `error`](https://github.com/final-form/final-form#error-any). |
277 | 277 |
|
278 | 278 | #### `meta.initial?: any`
|
279 | 279 |
|
280 |
| -[See the 🏁 Final Form docs on `initial`](https://github.com/erikras/final-form#initial-any). |
| 280 | +[See the 🏁 Final Form docs on `initial`](https://github.com/final-form/final-form#initial-any). |
281 | 281 |
|
282 | 282 | #### `meta.invalid?: boolean`
|
283 | 283 |
|
284 |
| -[See the 🏁 Final Form docs on `invalid`](https://github.com/erikras/final-form#invalid-boolean). |
| 284 | +[See the 🏁 Final Form docs on `invalid`](https://github.com/final-form/final-form#invalid-boolean). |
285 | 285 |
|
286 | 286 | #### `meta.pristine?: boolean`
|
287 | 287 |
|
288 |
| -[See the 🏁 Final Form docs on `pristine`](https://github.com/erikras/final-form#pristine-boolean). |
| 288 | +[See the 🏁 Final Form docs on `pristine`](https://github.com/final-form/final-form#pristine-boolean). |
289 | 289 |
|
290 | 290 | #### `meta.submitError?: any`
|
291 | 291 |
|
292 |
| -[See the 🏁 Final Form docs on `submitError`](https://github.com/erikras/final-form#submiterror-any). |
| 292 | +[See the 🏁 Final Form docs on `submitError`](https://github.com/final-form/final-form#submiterror-any). |
293 | 293 |
|
294 | 294 | #### `meta.submitFailed?: boolean`
|
295 | 295 |
|
296 |
| -[See the 🏁 Final Form docs on `submitFailed`](https://github.com/erikras/final-form#submitfailed-boolean). |
| 296 | +[See the 🏁 Final Form docs on `submitFailed`](https://github.com/final-form/final-form#submitfailed-boolean). |
297 | 297 |
|
298 | 298 | #### `meta.submitSucceeded?: boolean`
|
299 | 299 |
|
300 |
| -[See the 🏁 Final Form docs on `submitSucceeded`](https://github.com/erikras/final-form#submitsucceeded-boolean). |
| 300 | +[See the 🏁 Final Form docs on `submitSucceeded`](https://github.com/final-form/final-form#submitsucceeded-boolean). |
301 | 301 |
|
302 | 302 | #### `meta.touched?: boolean`
|
303 | 303 |
|
304 |
| -[See the 🏁 Final Form docs on `touched`](https://github.com/erikras/final-form#touched-boolean). |
| 304 | +[See the 🏁 Final Form docs on `touched`](https://github.com/final-form/final-form#touched-boolean). |
305 | 305 |
|
306 | 306 | #### `meta.valid?: boolean`
|
307 | 307 |
|
308 |
| -[See the 🏁 Final Form docs on `valid`](https://github.com/erikras/final-form#valid-boolean). |
| 308 | +[See the 🏁 Final Form docs on `valid`](https://github.com/final-form/final-form#valid-boolean). |
309 | 309 |
|
310 | 310 | #### `meta.visited?: boolean`
|
311 | 311 |
|
312 |
| -[See the 🏁 Final Form docs on `visited`](https://github.com/erikras/final-form#visited-boolean). |
| 312 | +[See the 🏁 Final Form docs on `visited`](https://github.com/final-form/final-form#visited-boolean). |
0 commit comments