final-form/react-final-form-arrays

Nested field arrays are losing state handler methods after dragging

Skysplit opened this issue · 2 comments

What is the current behavior?

In codesandbox:

  1. Add section
  2. Move newly added section before current one
  3. Try to type something in nested item input
  4. Error appears

Zrzut ekranu 2020-03-3 o 15 18 36

What is the expected behavior?

You can still correctly type in nested field array items

Sandbox Link

https://codesandbox.io/s/final-form-arrays-handlers-error-86wem

What's your environment?

final-form 4.18.7
final-form-arrays 3.0.2
react-final-form 6.3.5
react-final-form-arrays 3.1.1

any plans to integrate this fix or is there something missing?