final-form / react-final-form-arrays

A component for rendering and editing arrays 🏁 React Final Form
MIT License
205 stars 70 forks source link

React Beautiful DnD example "resets" focus after drop #94

Open dimaqq opened 5 years ago

dimaqq commented 5 years ago

React Beautiful DnD example linked in the readme has a bug/nit:

If done slowly, 2nd run of typing will end up in c2 (new top) customer last name.

If done quickly, part of 2nd run of typing will be in c1 and part in c2.

It's also possible to type while dragging, which illustrates the issue better.

MrRinsvind commented 4 years ago

how to fix bug with focus?