Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arraySplice supports unlimited number of items #4522

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DongCai008
Copy link

the current arraySplice only supports one item to be added at once.
if there are big amount of items want to add into fieldArray, it becomes
the nightmare for react to update the corresponding view.

the current arraySplice only supports one item to be added at once.
if there are big amount of items want to add into fieldArray, it becomes
the nightmare for react to update the corresponding view.
@renatoagds renatoagds added this to the v8.2.8 milestone Sep 25, 2019
@renatoagds renatoagds added c:action-creators relating to redux form actions checks-failing required checks are failing labels Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:action-creators relating to redux form actions checks-failing required checks are failing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants