final-form / react-final-form-arrays

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

'removeBatch' #159

Open Aksana-Tsishchanka opened 3 years ago

Aksana-Tsishchanka commented 3 years ago

Could you please add the description of how to use 'removeBatch' as I can see this method is used by fields param?

pgross41 commented 2 years ago

I came to request something similar, there are 2 mutators missing from final-form-arrays: removeBatch and concat. Per the releases it was added in v1.2.0 and this library is pointing to the latest version (3.0.2) so I'm not sure what is needed to expose those.