react-final-form-arrays icon indicating copy to clipboard operation
react-final-form-arrays copied to clipboard

Use with calculation decorator

Open kuzyk opened this issue 7 years ago • 0 comments

Are you submitting a bug report or a feature request?

bug report

What is the current behavior?

If remove array item other items will be changed

What is the expected behavior?

Other items should not be changed

Sandbox Link

https://codesandbox.io/s/7z85xxz8mx try to remove the first row

What's your environment?

"final-form": "4.7.3",
"final-form-arrays": "1.0.4",
"final-form-calculate": "1.2.0",
"react": "16.4.0",
"react-dom": "16.4.0",
"react-final-form": "3.5.1",
"react-final-form-arrays": "1.0.4",

kuzyk avatar Jun 06 '18 07:06 kuzyk