Skip to content

Commit

Permalink
Add splice() to FieldArray's fields prop (#4065)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmerge authored and erikras committed Jun 12, 2018
1 parent 03ba84e commit 7b54f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/createFieldArrayProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const createFieldArrayProps = (
arrayShift()
return getIn(value, '0')
},
splice: arraySplice,
swap: arraySwap,
unshift: arrayUnshift
},
Expand Down

0 comments on commit 7b54f8a

Please sign in to comment.